JavaScript Basic 1

JavaScript Basic 1

8th Grade

10 Qs

quiz-placeholder

Similar activities

C# - Unity Quiz

C# - Unity Quiz

6th - 9th Grade

13 Qs

A sip of JavaScript

A sip of JavaScript

8th - 12th Grade

9 Qs

Webdev Backend Level 2

Webdev Backend Level 2

5th - 8th Grade

10 Qs

Functions in JavaScript

Functions in JavaScript

8th Grade

8 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

Computer Quiz

Computer Quiz

7th Grade - University

15 Qs

JavaScript Fundamentals

JavaScript Fundamentals

8th Grade

15 Qs

JavaScript Practice Quiz

JavaScript Practice Quiz

8th Grade

15 Qs

JavaScript Basic 1

JavaScript Basic 1

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Lan Le

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to declare a variable in JavaScript?

let

function

name

variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a function in JavaScript?

functionName(parameters) { // code here }

functionName(parameters) // function body

function functionName(parameters) { // function body }

functionName(parameters) { // function body }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for creating conditional statements in JavaScript?

switch

loop

function

if

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the elements of an array in JavaScript?

arr[index]

arr.index

arr{index}

arr[element]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, what data type is used to store multiple values in a single variable?

boolean

number

array

string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an object in JavaScript?

obj = [key: value];

variable obj = new Object();

createObject();

let obj = { key: value };

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression 5 === '5' in JavaScript?

false

undefined

5

true

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?