034.2 JavaScript Data Structures
- Reference to LPI objectives
-
Web Development Essentials version 1.0, Exam 030, Objective 034.2
- Weight
-
3
- Key knowledge areas
-
-
Define and use variables and constants
-
Understand data types
-
Understand type conversion/coercion
-
Understand arrays and objects
-
Awareness of the variable scope
-
- Partial list of the used files, terms and utilities
-
-
=
,`, `-`, `\*`, `/`, `%`, `--`, `+
,+=
,-=
,*=
,/=
-
var
,let
,const
-
boolean
,number
,string
,symbol
-
array
,object
-
undefined
,null
,NaN
-