JS Review

JS Review

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

2 questions

Show all answers

1.

FLASHCARD QUESTION

Front

To declare a variable in Javascript, use keyword: "____"

Back

var

2.

FLASHCARD QUESTION

Front

Which of these are valid variable names?
var pointsWon = 5
var my_name = “Rachel”
var if = true
var 4myHeight = 5.5

Back

var pointsWon = 5