Skip to content

Fundamentals of JavaScript

Objectives

  • Gain functional knowledge of JavaScript syntax.

  • Understand and be able to explain the difference between a function declaration and a function expression (as well as why you should use function expressions).

  • Know the rules for JS type conversion, specifically regarding math operations.

  • Be able to explain JavaScript's scope.

Chapters


Up -- Next