Overview/Description
JavaScript has rich language features to help you deal with errors and events. This course explores the basics of events and error handling and also covers working with strings, numbers, dates and some new ECMAScript language features. You'll start by exploring techniques for JavaScript front end development. Next, you will discover events and event handlers, and perform error handling. Other topics of this course include the following: how to consider the fundamentals of strings; perform common string operations; create and use regular expressions; format numbers, and perform common operations, with the Number object; how to perform common calculations with the Math object; how to use the Date object; how to explore how to use the LET and CONST keywords, instead of VAR, when a variable is declared. As you progress, you will discover JavaScript's KeyedCollection, and use the Map and Set objects. Conclude by learning how to use hoisting, string padding, Async Functions, and Promises.