Exam 98-382: Introduction to Programming Using JavaScript/Implement and Analyze Decisions and Loops
This lesson covers logical and comparison operators, decision statements, and loops.[1]
Readings
editActivities
editEvaluate expressions that use logical and comparison operators
edit==; !=; <, >; <=; >=; !; &&; ||
Complete and debug decision statements
editif; else if; switch; nested if
Complete and debug loops
editfor; while; do; break; continue