JavaScript: Types Operators & Control Structures in JavaScript
Explore features of primitive data types in Javascript such as numbers strings and booleans. Examine the methods operators and control structures available to work with them in this 11-video course. Key concepts covered here include multiple ways to declare and manipulate numerical data in Javascript; learning how to initialize and manipulate Javascript strings using different techniques; and learning how to use in-built string operations to analyze and modify string types. Begin by learning how to create and manage date types in Javascript which allows you to work with dates in various forms and initialize date variables and manipulate them. Then learn how to use constants methods and random number generators available in the Javascript Math library; learn to apply basic operators on numbers and strings; and observe how to perform logical tests by using if statements and conditional operators. Finally learn how to convert data from one primitive type to another; and learn how to create while do-while and for loops in Javascript.