JavaScript (Basic to DOM)

JavaScript (Basic to DOM)

Professional Development

30 Qs

quiz-placeholder

Similar activities

Javascript basics 6

Javascript basics 6

Professional Development

29 Qs

Google Docs

Google Docs

Professional Development

26 Qs

Structure of the Earth

Structure of the Earth

Professional Development

30 Qs

Lesson 4 - Fundamentals of Database Systems

Lesson 4 - Fundamentals of Database Systems

University - Professional Development

25 Qs

Part Book Reading

Part Book Reading

Professional Development

30 Qs

Smart Draw 13

Smart Draw 13

Professional Development

28 Qs

IT System Development (System Engineer)

IT System Development (System Engineer)

Professional Development

32 Qs

KRIAKSHETRA SKILL - TRAINING PROGRAMME MATLAB SKILLS MCQ

KRIAKSHETRA SKILL - TRAINING PROGRAMME MATLAB SKILLS MCQ

Professional Development

25 Qs

JavaScript (Basic to DOM)

JavaScript (Basic to DOM)

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Zodo axe

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of var, let, and const uses block scope?

var

let

const

both let and const

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is an example of a JavaScript primitive data type?

Object

Array

Number

Function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which ways can you concatenate strings?

+ operator

Template literals

concat() method

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between == and ===?

Both check type

== does type conversion

=== does type conversion

Both are the same

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for a template literal?

"Hello ${name}"

'Hello ${name}'

`Hello ${name}`

(Hello ${name})

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is an example of type conversion?

Number("5")

String(123)

Boolean(1)

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the full form of NaN?

Not a Null

Not a Number

Null as Number

None of the above

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?