Font size
WorksheetsJavaScript
Total questions: 21
Worksheet time: 11mins
What will this code display?
Hello Emma
Hello user
Hello+user
nothing
What will this code display?
570
569
568
attendees
To declare a JavaScript variable, you should NOT use?
Let
Var
Const
Int
Where JavaScript available in?
Opera
Microsoft Edge
Microsoft Word
Safari
How do you write "Hello World" in an alert box?
msg("Hello World");
alertBox("Hello World");
alert("Hello World");
msgBox("Hello World");
JavaScript : What is the alert display for text3 ?
John Doe
JohnDoe
"John" " " "Doe"
"JohnDoe"
JavaScript : What is the alert display for z?
Hello5
10
55
Hello15
What is the value of:
”41” + 1
42
“42”
411
“411”
How can a developer show a pop-up message to the user?
alert
prompt
console.log
<p> tag
A store has 20 apples in its inventory. How can you store this information in a JavaScript variable?
var numApples == 20;
20 = numApples;
var numApples = 20;
var num apples = 20;
What would this piece of code display?
let x = 5;
console.log(x != 8);
false
x!=8
true
8
To declare a JavaScript variable, you should NOT use?
Let
Var
Const
Int
What does HTML stand for?
The builder
Hyper text markup language
Hyper text material language
hyper text transfer protocol
What does CSS stand for?
The artist
Cascading style sheets
Cascade story scene
What are the 3 languages used with website coding?
HTML, HTTP,,code
HTML, CSS, Javascript
words, pictures and graphics
CSS, text hypertext
