Continuous Professional Development(CPD)

Quiz
•
Professional Development
•
Professional Development
•
Medium
Parameswaran Sajeenthiran
Used 1+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following built-in method is used to remove the last element from an array and return that element?
last()
pop()
get()
None of the above.
Answer explanation
The pop() method is the correct answer. It is used to remove the last element from an array and return that element.
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What would be the output of the following Javascript code?
var string1 = "Fee";
var intvalue = 10000;
alert( string1 + intvalue );
Fee 10000
10000
Fee10000
Exception
Answer explanation
Fee10000 is the correct answer. After concatenation, both the strings are shown as a concatenated string.
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following function of the Array object is used to add one or more elements to the front of an array and returns the new length of the array?
splice()
unshift()
sort()
toString()
Answer explanation
"unshift()" is the correct answer. It is used to add one or more elements to the front of an array and returns the new length of the array.
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following is not a JavaScript Data Types?
Boolean
Undefined
Number
Float
Answer explanation
"Float" is the correct answer. JavaScript supports only the following Data types:Number, String, Boolean, Object, and Undefined
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What will be the output of the following code snippet?
var a = 1;
var b = 0;
while (a <= 3) {
a++;
b += a * 2;
console.log(b);
}
4 10 18
1 2 3
1 4 7
None of the above
Answer explanation
The loop will run 3 times, before meeting the exit condition. First value of b will be 2 2 = 4, followed by 4 + 3 2 = 10, and then value of 10 + 4 * 2 = 18.
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Why is ref used in React js?
To bind the function.
To call A function
to Directly access A DOM node
To refer a another js file
Answer explanation
Ref is used to directly access the DOM node.
Similar Resources on Wayground
9 questions
Object & Array in Javascript

Quiz
•
Professional Development
10 questions
Day12_Quiz_NBKR

Quiz
•
Professional Development
10 questions
Arrays and Objects

Quiz
•
Professional Development
8 questions
Quiz sobre el Juego Educativo de Asma(E1)

Quiz
•
Professional Development
10 questions
Super 15 batch quiz

Quiz
•
Professional Development
10 questions
Digital Design Quiz 1

Quiz
•
Professional Development
10 questions
Kuis Array

Quiz
•
Professional Development
9 questions
TwinSpace iespējas

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade