Exploring Basic JavaScript Syntax

Exploring Basic JavaScript Syntax

5th Grade

11 Qs

quiz-placeholder

Similar activities

JS Review

JS Review

2nd - 5th Grade

13 Qs

Review multiple choice Quiz

Review multiple choice Quiz

KG - Professional Development

10 Qs

zostan mistrzem

zostan mistrzem

1st - 10th Grade

10 Qs

Anybody Can Code

Anybody Can Code

KG - 5th Grade

12 Qs

Quiz pertemuan 12 - Web Programming

Quiz pertemuan 12 - Web Programming

1st - 5th Grade

10 Qs

Javascript

Javascript

5th Grade

13 Qs

Orange Belt Quiz

Orange Belt Quiz

KG - 12th Grade

10 Qs

web quiz ( refresh)

web quiz ( refresh)

5th Grade

10 Qs

Exploring Basic JavaScript Syntax

Exploring Basic JavaScript Syntax

Assessment

Quiz

Computers

5th Grade

Medium

Created by

YASSINE AMMANI

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to print to the console in JavaScript?

console.log()

log.console()

System.out.println()

print.console()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable that cannot be changed in JavaScript?

let

const

Var

impossible

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the prompt() function?

To ask the user for input.

To display a message to the user.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an array (list) in JavaScript?

let myArray = new Array(1, 2, 3);

let myArray = [1, 2, 3 ];

let myArray = {1, 2, 3};

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output: console.log(1 + 2)?

2

3

4

5

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What keyword is used to declare a variable that can be changed?

static

var

const

let

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a string to an integer in JavaScript?

impossible

toString(string)

Int(string)

parseInt(string)

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?