ITI MCQ
Home
JAVASCRIPT AND CREATING WEB PAGE - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
JAVASCRIPT AND CREATING WEB PAGE
Practice Mode
1) Which method joins all array element into string with specified separator?
Join()
Pop()
Push()
To string()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Join()
Question Details
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()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Pop()
Question Details
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()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Push()
Question Details
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()
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Shift()
Question Details
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
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Local variable
Question Details
5) Which variable works as function argument in java script?
Function variable
Global variable
Local variable
Object variable
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz