JavaScript Fundamentals

JavaScript Fundamentals

3rd Grade

10 Qs

quiz-placeholder

Similar activities

JS-5

JS-5

KG - 3rd Grade

10 Qs

FFTTEERR

FFTTEERR

1st - 3rd Grade

12 Qs

NgoBATI

NgoBATI

1st - 3rd Grade

8 Qs

Logo Match

Logo Match

KG - 12th Grade

5 Qs

JS QUIZ 1

JS QUIZ 1

1st - 12th Grade

15 Qs

CCTV & AI Sensor

CCTV & AI Sensor

1st - 5th Grade

7 Qs

JS-2

JS-2

KG - 3rd Grade

10 Qs

Kodemia Kick Off  28jun- 2jul

Kodemia Kick Off 28jun- 2jul

1st - 3rd Grade

8 Qs

JavaScript Fundamentals

JavaScript Fundamentals

Assessment

Quiz

Professional Development

3rd Grade

Medium

Created by

Walter Macall

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Select the non-primitive type

symbol

null

array

number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of JavaScript language is

Assembly-language

Object-Oriented

High-level

Object-Based

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following symbol is used for creating comments in the javascript

\\

//

\* *\

\* */

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the default value of an uninitialized variable?

0

NaN

null

undefined

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can be redeclare a variable that is declared with "let" keyword?

true

false

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript types are dynamic?

true

false

Answer explanation

Media Image

JavaScript has dynamic types. This means that the same variable can be used to hold different data types

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Select the best way to declare a variable

let MyName = "Walter"

let MYNAME = "Walter"

let myName = "Walter"

let MY_NAME = "Walter"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?