JavaScript 7 Syntax and Operators
Learn various JavaScript structures such as switch, for/in, and for/of. See what math, logical, and comparison operators you can use. Explore how to handle exceptions and work with the 'this' keyword.
What you'll learn
Are you a JavaScript programmer that needs to learn more about the syntax, exception handling, and the wide array of operators JavaScript has to offer? In this course, JavaScript 7 Syntax and Operators, you will expand your knowledge of the JavaScript language. First, you will learn all about the switch statement and the difference between for/in and for/of. Next, you will discover the various math, comparison, and logical operators, in addition to handling exceptions and determining the data type of variables. Finally, you will explore the 'this' keyword and the spread operator. When you are finished with this course, you will have gained the skills and knowledge of JavaScript syntax and operators needed to propel your JavaScript applications to the next level.
Table of contents
- Version Check 0m
- Course Intro, Assumptions, and Related Courses 1m
- Modules in This Course 2m
- How the Switch Statement Works 1m
- Simple Switch Statement Demo 3m
- Multiple Case Statements and Forget a Break 3m
- Switch Uses Strict Comparison 1m
- Block-level Scope Issue with Switch Statements 3m
- Module Summary 1m