JavaScript Basics

JavaScript Basics

Assessment

Flashcard

Computers

9th Grade

Easy

Created by

PATRICIA LAMMERT

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

16 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Store 20 apples in a JavaScript variable

Back

let numApples = 20;

2.

FLASHCARD QUESTION

Front

Read a number input from the user in JavaScript

Back

let applesToBuy = readInt("How many apples would you like?");

3.

FLASHCARD QUESTION

Front

Combining strings in JavaScript

Back

Using the + operator

4.

FLASHCARD QUESTION

Front

console.log(distance / (time / 60));

Back

Writes the speed in distance per hour to the console.

5.

FLASHCARD QUESTION

Front

JavaScript function definition syntax

Back

function functionName() { }

6.

FLASHCARD QUESTION

Front

Data types that can be randomly generated by Randomizer

Back

Colors, Integers, Floats, Booleans

7.

FLASHCARD QUESTION

Front

JavaScript code block structure

Back

Enclosed in curly braces { }

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?