Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Day 1

Total questions: 3

Worksheet time: 2mins

Name
Class
Date
1.

What is the correct key combination to access JavaScript console on Google chrome?

a)

ctrl + shift + k

b)

ctrl + shift + m

c)

ctrl + shift + c

d)

ctrl + shift + j

2.

Which tag is used to link JavaScript file to an html document?

a)

<link>

b)

<script>

c)

<connect>

d)

None of the mentioned

3.

Which keyword(s) from the following can be used to declare variables in JavaScript?

a)

let

b)

var

c)

const

d)

fixed