Exam 98-382: Introduction to Programming Using JavaScript/Implement and Analyze Decisions and Loops

Category:Microsoft Technology Associate Category:Web development Category:JavaScript

This lesson covers logical and comparison operators, decision statements, and loops.[1]

Readings

  1. Mozilla: JavaScript Building Blocks

Activities

  1. W3Resources: Conditional Statements and Loops Exercises

Evaluate expressions that use logical and comparison operators

==; !=; <, >; <=; >=; !; &&; ||

Complete and debug decision statements

if; else if; switch; nested if

Complete and debug loops

for; while; do; break; continue

See Also

References

Category:JavaScript
Category:JavaScript Category:Microsoft Technology Associate Category:Web development