Basic JavaScript Concepts

Basic JavaScript Concepts

University

24 Qs

quiz-placeholder

Similar activities

Computer Pretest1(Arduino Grade8_t1)

Computer Pretest1(Arduino Grade8_t1)

3rd Grade - University

25 Qs

C++ Quiz

C++ Quiz

University

20 Qs

C - Flow Control

C - Flow Control

University

20 Qs

XTK022 C Programming Test 1

XTK022 C Programming Test 1

University

20 Qs

Quiz1_8B

Quiz1_8B

3rd Grade - Professional Development

20 Qs

Day - 5 - Loops Wipro TN

Day - 5 - Loops Wipro TN

University

21 Qs

Programming Round 1

Programming Round 1

12th Grade - University

21 Qs

Java Coding Questions

Java Coding Questions

University

20 Qs

Basic JavaScript Concepts

Basic JavaScript Concepts

Assessment

Quiz

Computers

University

Hard

Created by

Samten Wangmo

Used 9+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an if statement in JavaScript?

a) To execute code repeatedly

b) To check if a condition is true or false

c) To declare variables

d) To stop a loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a template literal in JavaScript?

a) 'Hello'

b) "Hello"

c) `Hello`

d) {{Hello}}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a loop in JavaScript?

a) To declare a variable

b) To execute a block of code repeatedly

c) To define a function

d) To stop execution

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code output?

a) 5

b) 5 6

c) 0

d) Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a feature of template literals?

a) Multi-line strings

b) Variable interpolation

c) Embedding expressions

d) Implicit type conversion

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a while loop and a do...while loop?

a) while loop executes the block at least once

b) do...while checks the condition before executing the block

c) do...while checks the condition after executing the block

d) There is no difference

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operators is used to combine multiple conditions in an if statement?

a) &&

b) ||

c) &

d) Both a and b

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?