JS 1

JS 1

12th Grade

15 Qs

quiz-placeholder

Similar activities

hallgrímur pétursson r&s

hallgrímur pétursson r&s

12th Grade

10 Qs

Unit 2 Terms 2.4-2.7

Unit 2 Terms 2.4-2.7

12th Grade

12 Qs

Continuity Review

Continuity Review

9th - 12th Grade

10 Qs

JavaScript - 2

JavaScript - 2

11th - 12th Grade

10 Qs

Web Design: intro to Javascript

Web Design: intro to Javascript

10th - 12th Grade

10 Qs

TLE QUIZ

TLE QUIZ

9th - 12th Grade

10 Qs

Codozzle - Java

Codozzle - Java

11th - 12th Grade

12 Qs

Türkçe A1

Türkçe A1

1st Grade - Professional Development

11 Qs

JS 1

JS 1

Assessment

Quiz

Other

12th Grade

Hard

Created by

Islam saeid

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

var x = 5

x is string

X is number

x is boolean

no answer

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

typeof "hello"

number
array
boolean
string

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

5 + "5";

10
50
25
55

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

typeof(true);

string
number
object
boolean

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a primitive data type in JavaScript

Symbol
Array

number

Boolean

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following variables allows redeclaration and reassignment in the same scope in JavaScript

const
function
var

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which variable declaration enforces immutability in JavaScript

const
immutable
var
let

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?