JavaScript Fundamentals

JavaScript Fundamentals

3rd Grade

10 Qs

quiz-placeholder

Similar activities

Front-end quiz

Front-end quiz

1st - 10th Grade

12 Qs

Kodemia Kick Off  28jun- 2jul

Kodemia Kick Off 28jun- 2jul

1st - 3rd Grade

8 Qs

JS-5

JS-5

KG - 3rd Grade

10 Qs

K-5 Embedded CS Vocab

K-5 Embedded CS Vocab

KG - 5th Grade

10 Qs

Mash UP Quiz Coding & more

Mash UP Quiz Coding & more

KG - Professional Development

13 Qs

¿Cuánto aprendiste sobre Excel?

¿Cuánto aprendiste sobre Excel?

1st - 3rd Grade

12 Qs

linguagem  de programação

linguagem de programação

3rd Grade

15 Qs

JavasCript

JavasCript

1st Grade - University

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