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¶
- JavaScript Overview
- Data Types
- Determining Type and Equality
- Operators And Expressions
- Control Flow
- Functions
- Exercise: RNA Transcription