Search Header Logo

Java Script Basics

Authored by CRISTIANE MORAES

Instructional Technology

1st Grade

Used 4+ times

Java Script Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to declare a variable in JavaScript?

var

function

let

const

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you call a function named 'myFunction' in JavaScript?

myFunction();

function.myFunction()

myFunction{}

callFunction(myFunction)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to write a JavaScript array?

new Array()

array()

[]

{}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 10 + '5' in JavaScript?

55

15

50

105

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you round the number 7.25 to the nearest integer in JavaScript?

7

7.5

8

6

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the correct way to write a JavaScript function?

function functionName(parameter1, parameter2) { // function body }

function functionName() { // function body }

function functionName(parameter1 parameter2) { // function body }

function functionName(parameter1, parameter2) { // function body }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a comment in a JavaScript code?

Use // for single-line comments or /* */ for multi-line comments

Use -- for single-line comments or /* */ for multi-line comments

Use ## for single-line comments or /* */ for multi-line comments

Use /* */ for single-line comments or // for multi-line comments

Access all questions and much more by creating a free account

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

Already have an account?