034.3 JavaScript Control Structures and Functions
- Reference to LPI objectives
-
Web Development Essentials version 1.0, Exam 030, Objective 034.3
- Weight
-
4
- Key knowledge areas
-
-
Understand truthy and falsy values
-
Understand comparison operators
-
Understand the difference between loose and strict comparison
-
Use conditionals
-
Use loops
-
Define custom functions
-
- Partial list of the used files, terms and utilities
-
-
if
,else if
,else
-
switch
,case
,break
-
for
,while
,break
,continue
-
function
,return
-
==
,!=
,<
,⇐
,>
,>=
-
===
,!==
-