ECMAScript For Beginners

Practical Learning of New JavaScript Features.



Platform: Udemy
Status: Available
Duration: 3.5 Hours

Price: $99.99 $0.00


Note: Udemy FREE coupon codes are valid for maximum 3 days only. Look for "Get Coupon" orange button at the end of Description.

What you'll learn

  • Create variables using Let keyword
  • Create variables using const keyword
  • Create and use Arrow functions
  • Use Map method
  • Use spread syntax
  • Create generators
  • Implement string padding
  • Use getters and setters
  • use array find index
  • Perform destructuring
  • Use Template Literals
  • Use Async functions
Requirements
  • Basic JavaScript Knowledge
Description
ECMAScript is a standard. While JavaScript is the most popular implementation of that standard. JavaScript implements ECMAScript and builds on top of it. ES is simply short for ECMAScript. Every time you see ES followed by a number, it is referencing an edition of ECMAScript.
ECMAScript , has brought about a ton of changes to the JavaScript programming language. In this course, you'll explore some of those changes to learn about the latest features and improvements to the language including new keywords, arrow functions, the Class syntax, Promises, and so much more.
This course will cover some ECMAScript features from 1997 -2018
Topics includes:
Using the "use strict" directives
Creating variables using let and const keywords
Creating generator functions
Using getters and setters
Using Map function
Using template Literals
Using Array find Index
Using Async Function
Destructuring
Arrow Functions
Classes
For of statements

Who this course is for:

  • Beginners to ECMAScript 2015 -2018
  • Anyone who wants to learn something new