JS 1

JS 1

12th Grade

15 Qs

quiz-placeholder

Similar activities

Javascript Basics(user input/math)

Javascript Basics(user input/math)

12th Grade

11 Qs

Java Script

Java Script

10th - 12th Grade

10 Qs

JavaScript Control Structures Review

JavaScript Control Structures Review

12th Grade

10 Qs

Retroalimentación HTML & CSS 2.0

Retroalimentación HTML & CSS 2.0

9th - 12th Grade

20 Qs

Variáveis e Tipos de Dados

Variáveis e Tipos de Dados

12th Grade

15 Qs

Bài kiểm tra thường xuyên lần 1.1 nh2223

Bài kiểm tra thường xuyên lần 1.1 nh2223

10th - 12th Grade

10 Qs

Quiz Pemrograman JavaScript

Quiz Pemrograman JavaScript

1st Grade - University

15 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

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