1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Variables
they are the containers for storing data
1995 - 2015
The var keyword was used in all JavaScript code from what year
2015
The let and const keywords were added to JavaScript in what year?
let
it is a block-scoped
block-scoped
means a variable is only accessible within the specific set of curly braces {} where it is defined
Unique Names
All JavaScript variables must be identified with ___
Identifiers
the unique names are called identifiers
Text strings
In programming, text values are called ___
Declaring
Creating a variable in JavaScript is called ____ a variable.