JavaScript Practice Quiz

JavaScript Practice Quiz

8th Grade

15 Qs

quiz-placeholder

Similar activities

JavaScript Basics Quiz

JavaScript Basics Quiz

8th Grade

12 Qs

C++ programming

C++ programming

7th - 12th Grade

20 Qs

MS Game Design - Unit 2

MS Game Design - Unit 2

6th - 8th Grade

10 Qs

JRDL - JS Arrays and Objects

JRDL - JS Arrays and Objects

6th Grade - Professional Development

12 Qs

L1 Console, Variables and Creating a Program

L1 Console, Variables and Creating a Program

8th Grade

10 Qs

JavaScript Math Operators

JavaScript Math Operators

6th - 8th Grade

20 Qs

Operating Systems

Operating Systems

7th - 10th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

8th Grade

11 Qs

JavaScript Practice Quiz

JavaScript Practice Quiz

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Chimp Attack

Used 41+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To declare variable that can be reassigned, use

let

const

function

console.log

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables defined with let cannot be redeclared.

True

False

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Some of JavaScript assignment operator

*+

/=

%=

**=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of the reasons to use functions

You can reuse code

You can reassign the parameter

You don't have to use console.log

Simpler coding

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we add more conditions in conditional statements?

else if

if...else

if

use logical operator such as &&

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Execute the function named myFunction

function myFunction() {

alert("Hello World!");

}

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A function declaration consists of the following

The function keyword.

The name of the function, or its identifier, followed by parentheses.

A function body enclosed in the function’s curly brackets, { }.

a backtick inside console.log()

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?