JavaScript Fundamentals

JavaScript Fundamentals

3rd Grade

10 Qs

quiz-placeholder

Similar activities

JS-5

JS-5

KG - 3rd Grade

10 Qs

¿Cuánto aprendiste sobre Excel?

¿Cuánto aprendiste sobre Excel?

1st - 3rd Grade

12 Qs

NgoBATI

NgoBATI

1st - 3rd Grade

8 Qs

linguagem  de programação

linguagem de programação

3rd Grade

15 Qs

POST TEST CCOM - KAI 24 Nov 2018

POST TEST CCOM - KAI 24 Nov 2018

1st - 12th Grade

10 Qs

world of coding

world of coding

3rd - 6th Grade

10 Qs

Dr. Suess Review

Dr. Suess Review

2nd - 4th Grade

15 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?