Basic Math and JavaScript

Basic Math and JavaScript

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What operator is used in JavaScript to add two numbers?

Back

Plus sign (+)

2.

FLASHCARD QUESTION

Front

In JavaScript, which operator is used to find the remainder of a division?

Back

Modulus (%)

3.

FLASHCARD QUESTION

Front

What is the result of 17 modulus 5?

Back

2

4.

FLASHCARD QUESTION

Front

To increase a variable X by Y in shorthand, you would write: X ___ Y.

Back

plus

5.

FLASHCARD QUESTION

Front

What keyword is used to declare a constant in JavaScript?

Back

const

6.

FLASHCARD QUESTION

Front

In JavaScript, how do you decrease the value of a variable by 1 using shorthand?

Back

variable--

7.

FLASHCARD QUESTION

Front

What is the convention for writing the name of a constant in JavaScript? Options: lowercase, uppercase, camelCase, snake_case

Back

uppercase

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?