What is the correct syntax for referring to an external script “index.js” ?
JavaScripting

Quiz
•
Computers
•
University
•
Hard
Arjun Arjun
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
<script name=”index.js”>
<script href=”index.js”>
<noscript src=”index.js”>
<script src=”index.js”>
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is not a keyword used to define a variable in ES6?
var
val
const
let
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following lines of code can remove the class “nav” from the following element:
<div><div class=”nav”>Hello</div></div>
document.getElementByClass(“nav”).classList.remove(“nav”)
document.getElementById(“div”).removeClass(“nav”)
document.querySelectorAll(“div”).classList.remove(“nav”)
document.querySelector(“div”).removeClass(“nav”)
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is not valid when creating a function in JavaScript ?
function ( ) => { }
function functionName( ) = { }
function functionName( ) { }
const myFunction = functionName( ) { }
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How can one get an attribute “attr” of an element <foo> ?
foo.attributes[0]
foo.attr
foo.attributes.attr
None of the above
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How will you return an element with id=”first” ?
document.getElementById(“first”)
document.querySelector(“#first”)
document.querySelector(“.first”)
A and B both
A and C both
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How will you change the content inside an element <foo> to the text “Hello World” ?
foo.innerHTML = “Hello World”
foo.innerContent = “Hello World”
foo.innerText = “Hello World”
A and C both
B and C both
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
HTML + CSS

Quiz
•
University
10 questions
Programación Web II Parte 1

Quiz
•
University
10 questions
Python quiz

Quiz
•
10th Grade - Professi...
10 questions
Как хорошо ты знаешь HTML ?

Quiz
•
University
10 questions
Web-II-Loop and Function

Quiz
•
University
15 questions
JAVASCRIPT.QUIZ

Quiz
•
University
15 questions
Tablas y HTML

Quiz
•
University
10 questions
Bài 8: ĐỊnh dạng đoạn văn bản

Quiz
•
10th Grade - 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