Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SGLearn@ES6 Javascript: The Complete Developer's Guide
Rating: 5.0 out of 5(1 rating)
6 students

SGLearn@ES6 Javascript: The Complete Developer's Guide

This is an Adapted Course for Singaporeans picking up new skillsets and competencies under the CITREP+ Scheme.
Created byDioPACT SG
Last updated 6/2017
English

What you'll learn

  • Learn how to apply each feature of ES6 in practical situations
  • Understand the major features of ES6
  • Have total mastery of generators
  • Know the difference between ES6 and ES2015
  • Teach other developers about destructuring
  • Never need to write a for loop again!

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

18 sections69 lectures6h 34m total length
  • How to Take This Course5:02

    learn to write and immediately run ES6 code in a browser playground, receiving live feedback and helpful error messages, with Babel options or your own editor.

  • ES6 vs ES20155:59

    Understand how ECMAScript 6 relates to JavaScript, compare ES6 and ES2015, and learn why Babel transpiles code to ES5 for browser compatibility.

Requirements

  • Basic knowledge of Javascript is required (Arrays, Functions, Object)

Description

Welcome to the SGLearn Series targeted at Singapore-based learners picking up new skillsets and competencies.

This course is an adaptation of the same course by Stephen Grider and is specially produced in collaboration with Stephen for Singaporean learners.

---------------------

Note from Stephen Grider: 

This is the tutorial you've been looking for to master ES6 Javascript.

Generators? We got it. Arrow Functions? Of course. Rest/Spread Operator? Included! And every other new piece of syntax!

Mastering ES6 syntax can get you a position in web development or help you build that personal project you've been dreaming of. It's a skill that will put you more in demand in the modern web development industry, especially with the release of modern web frameworks like React and Angular 2.

This course will get you up and running quickly, and teach you the core knowledge you need to deeply understand and build applications using each new piece of Javascript syntax introduced with ES6.

We'll start by mastering the fundamentals of iteration over Arrays using helpers like 'forEach', 'map', and 'reduce'.  After an introduction to Array helpers, we'll dive right in to advanced ES6, covering topics like enhanced object literals, default function arguments, and classes.  Every topic includes multiple live code exercises to ensure you understand each new concept.

If you are new to Javascript or ES6, or if you've been working to learn it but sometimes feel like you still don't quite 'get it', this is the Javascript course for you! To learn ES6 you have to understand it and comprehend exactly why each piece of syntax was added to the language

  • Learn the purpose of Babel and why ES6 was created

  • Master the process of refactoring your current ES5 code into super-charged ES6

  • Grasp the difference between the 'rest' and 'spread' operators

  • Develop complex applications that scale in complexity by mastering advanced ES6 design patterns

  • Dive deeper into iteration using generators.  No fancy terms required!

I've built the course that I would have wanted to take when I was learning ES6. A course that explains the concepts and how they're implemented in the best order for you to learn and deeply understand them.

Who this course is for:

  • Take this course if you're wondering when to use generators
  • Enroll now if you want to learn exactly why 'const' and 'let' were added to ES6
  • Sign up now if you want to write better-looking code