JAVASCRIPT.QUIZ

Quiz
•
Computers
•
University
•
Easy
Zaira Zaira
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Where is the correct place to insert a JavaScript?
Both the head section and the body section are correct
The head section
The body section
None of the above
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is not a valid JavaScript variable name?
2java
_java_and_java_names
javaandjava
None of the above
3.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What is the correct syntax for referring to an external script called 'gfg.js'?
«script name="gfg.js">
«script href="gfg.js">
<script src="gfg.js">
None of these
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What will be the output for the following lines of code:
function sayHi) {
console.10g (name) ; console.log (age);
var name = 'Lydia';
let age = 21;
}
sayHi ();
Lydia and undefined
Lydia and ReferenceError
ReferenceError and 21
undefined and ReferenceError
5.
MULTIPLE CHOICE QUESTION
1 min • 3 pts
What's the output ?
for (var i = 0; i < 3; i++)
setTimeout (() →> console.1
for (let i = 0; 1 < 3; i++)
setTimeout (() => console.1
}
012 and 0 1 2
012 and 3 3 3
3 3 3 and 0 1 2
None of the above
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code?
const firstName='Rishi'
lastName='Raj'
console.log(`hello ${firstName}, nice to meet you`);
hello ${firstName}, nice to meet you
hello Rishi, nice to meet you
hello Raj, nice to meet you
None of the above
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following is true w.r.t. variables ?
Variables declared with let and const can’t be hoisted
Variables declared with var can be hoisted
Both a and b
None of the above
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
HTML Introduction

Quiz
•
3rd Grade - Professio...
15 questions
Quiz -3: JavaScript & PHP (AIML)/CC/1st Year

Quiz
•
University
18 questions
THE_COVER

Quiz
•
University
10 questions
Apps Script Quiz - Day 4 Lesson

Quiz
•
University
10 questions
JavaScripting

Quiz
•
University
15 questions
Web Technology

Quiz
•
University
13 questions
JavaScript Variables

Quiz
•
3rd Grade - University
12 questions
JavaScript Quiz

Quiz
•
University
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