wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Javascript Course 2022

Total questions: 9

Worksheet time: 3mins

Name
Class
Date
1.

What is Javascript?

a)

The same as Java

b)

Artificial Intelligence

c)

A programming language used mainly in dynamic web sites

d)

A coffe machine used to feed programmers

2.

What is the name of the Javascript standard that ensure the interoperability of web pages across different web browsers?

a)

WWF

b)

ECMA Script

c)

Microsoft

d)

JStandardize

3.

What it the main purpose of Javascript?

a)

Build interactive web pages, web applications or web games

b)

Build a Powerpoint presentation

c)

Make some coffe for programmers

d)

Help you make friends

4.

Which one IS NOT a primitive value iin Javascript?

a)

Boolean

b)

Null

c)

String

d)

Short

5.

Which delimiiter you need to use to separate properties while defining a object?

a)

= (equal)

b)

, (comma)

c)

: (colon)

d)

? (question mark)

6.

Which iteration assures that a statement is executed at least one time?

a)

for

b)

while

c)

iterate

d)

do...while

7.

In which position you can find the first element of an Array?

a)

1

b)

0

c)

-1

d)

first

8.

In which Javascript data structure elements cannot contains duplicates?

a)

String

b)

Map

c)

ECMA Script

d)

Set

9.

Whict String method you should use to remove trailing and leading whitespace in a text?

a)

unblank

b)

removeSpaces

c)

noTrailLead

d)

trim