Exam
Vibe
Home
Engineering
Aerospace Engineering
Biomedical Engineering
Chemical Engineering
Civil Engineering
Computer Science
Electrical Engineering
Electronics and Communication Engineering
Mechanical Engineering
Govt Exam
Banking Exams
Other Government
Police
Railway Exams
SSC
State PSC Exams
Teaching / Education Exams
UPSC Exams
Blog
Contact
🔍
Home
›
Computer Science
›
JavaScript MCQ Questions
›
Which method adds an element to the end of an array?
Which method adds an element to the end of an array?
A. insert()
B. append()
C. push()
D. add()
Explanation:
push() adds element at end of array.
Tags:
JavaScript MCQ Questions
,
Computer Science
« Previous
More from JavaScript MCQ Questions:
What does JavaScript primarily add to web pages?
Which HTML tag is used to include JavaScript code?
Which symbol is used for single-line comments in JavaScript?
Which data type is NOT supported in JavaScript?
Which keyword is used to declare a variable in JavaScript?
What is the default value of an uninitialized variable in JavaScript?