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
5 questions
Array and Loop Quiz

Quiz
•
Professional Development
9 questions
PreTrainingJavaScript

Quiz
•
Professional Development
11 questions
Uzpūstie graudi, pākšaugu graudi, putraimi uzglabāšana

Quiz
•
Professional Development
10 questions
Scientific Python

Quiz
•
KG - Professional Dev...
5 questions
Kartini Update Waspada Rabies

Quiz
•
Professional Development
8 questions
Antenna & Wave Propagation Quiz 2

Quiz
•
Professional Development
10 questions
EDT - Liquid

Quiz
•
Professional Development
10 questions
Quiz 1: Schema Design

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade