What is the correct syntax for referring to an external script called "app.js"?
JS Skill Assessment (Internal Exam)

Quiz
•
Computers
•
University
•
Easy
Ajay (RCSS)
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
<script href="app.js"></script>
<script src="app.js"></script>
<script ref="app.js"></script>
<script name="app.js"></script>
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How do you write "Hello World" in an alert box?
alert("Hello World");
msg("Hello World");
msgBox("Hello World");
alertBox("Hello World");
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How do you create a function in JavaScript?
function = myFunction()
function myFunction()
function:myFunction()
create function myFunction()
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How do you call a function named "myFunction"?
call myFunction()
call function myFunction()
myFunction()
execute myFunction()
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How can you add a comment in JavaScript?
'This is a comment
<comment>This is a comment</comment
// This is a comment
* This is a comment *
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How can you find the number with the highest value of x and y?
Math.max(x, y)
Math.ceil(x, y)
Math.floor(x, y)
ceil(x, y)
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How do you round the number 7.25 to the nearest integer?
rnd(7.25)
Math.rnd(7.25)
Math.round(7.25)
round(7.25)
Create a free account and access millions of resources
Similar Resources on Quizizz
18 questions
JavaScript Variables, Data Types, and Operators Quiz

Quiz
•
University
18 questions
js basics

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

Quiz
•
University
19 questions
JavaScript

Quiz
•
University
24 questions
Javascript Basics

Quiz
•
7th Grade - University
15 questions
Interactivity with JavaScript

Quiz
•
University
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
20 questions
JavaScript Basics

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