Where is the correct place to insert a JavaScript?
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
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 Quizizz
17 questions
HTML podstawy

Quiz
•
8th Grade - University
15 questions
REACTOR

Quiz
•
University
13 questions
JavaScript

Quiz
•
University
10 questions
PHP

Quiz
•
University
10 questions
JSTL and EL

Quiz
•
University
18 questions
JS/DOM/JQuery/HTML/CSS

Quiz
•
University
18 questions
js basics

Quiz
•
4th Grade - University
18 questions
HTML,CSS,SCRIPT QUIZZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade