DEV Community

Discussion on: 12 Must Know Array Methods for the Next Interview - JavaScript

Collapse
 
mikelogaciuk profile image
mikelogaciuk

Quite strange for a job interview question :)

Collapse
 
tanuka16 profile image
Tanuka Das

I actually used the .map method on a code challenge last month and definitely used .slice, .pop, .push for many practice technical interview questions such as stack and queue.