JavaScript Fundamentals

JavaScript Fundamentals

8th Grade

20 Qs

quiz-placeholder

Similar activities

Y7 Python

Y7 Python

8th Grade

15 Qs

scratch revision 1

scratch revision 1

6th - 8th Grade

20 Qs

APP LAB 3

APP LAB 3

8th Grade

15 Qs

MIT Scratch

MIT Scratch

6th - 8th Grade

18 Qs

Programming Fundamentals

Programming Fundamentals

6th - 8th Grade

18 Qs

Coding Fundamentals

Coding Fundamentals

6th - 8th Grade

18 Qs

Scratch

Scratch

3rd - 8th Grade

21 Qs

Java vs JavaScript Operators

Java vs JavaScript Operators

3rd - 12th Grade

21 Qs

JavaScript Fundamentals

JavaScript Fundamentals

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Hana Morsi

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to declare a variable in JavaScript?

var

const

let

function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the primitive data types in JavaScript?

string, number, boolean, null, undefined, symbol

integer

array

object

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the operator used for assigning a value to a variable in JavaScript?

=

+

*

/

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How do you define a function in JavaScript?

function functionName(parameters) { // function body }

function functionName(parameters) { // code here }

function functionName(parameters) { // implementation }

function functionName(parameters) { // function body }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used for creating conditional statements in JavaScript?

if

switch

else

for

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is used when you want to execute a block of code a specific number of times in JavaScript?

for

switch

while

if

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the different data structures available in JavaScript?

trees

graphs

arrays, objects, sets, maps, stacks, queues, linked lists

heaps

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?