JavaScript Basics

JavaScript Basics

Assessment

Flashcard

Computers

9th Grade

Practice Problem

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 { }

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?