Which of the following function of Array object removes the first element from an array and returns that element?

 Posted by Vivek.Ramapuram on 7/15/2015 | Category: JavaScript Interview questions | Views: 4872 | Points: 40
Select from following answers:
  1. reverse()
  2. shift()
  3. slice()
  4. some()
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response