www.ITISkill.com
Home
JAVASCRIPT AND CREATING WEB PAGE - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
JAVASCRIPT AND CREATING WEB PAGE
1) Which method joins all array element into string with specified separator?
Join()
Pop()
Push()
To string()
2) Which method removes the last elements from an array?
Join()
Push()
Pop()
Shift()
3) Which method is used to add new element to an array?
Join()
Push()
Pop()
Shift()
4) Which method removes the first array element?
Join()
Pop()
Push()
Shift()
5) Which variable works as function argument in java script?
Function variable
Global variable
Local variable
Object variable
Submit Quiz