Created by Alexandre Petit
over 6 years ago
|
||
What's the difference between == and === ?
What happens if you try to access the 10th element of an array initially declared to have 5 elements?
What does the "concat" method on an array?
What do the indexOf and lastIndexOf methods on an array?
What does the join method on an array?
What does the reverse method on an array?
What does the sort method on an array?
What does the slice method on an array?
What does the splice method on an array?
What do push and pop method on an array?
What do shift and unshift method on an array?