List down the names of two array methods available in-00690
This subjective question is related to the book/course
vu cs410 Visual Programming.
It can also be found in
vu cs410 Mid Term Solved Past Paper No. 1.
Question 1: List down the names of two array methods available in JavaScript.
Answer:
- sort( ) [sorts elements in alphabetical order]
- reverse( ) [Reverses the order of elements]