Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Beginner's ES6 Programming. Code for the Web in JavaScript!
Rating: 4.4 out of 5(49 ratings)
428 students

Beginner's ES6 Programming. Code for the Web in JavaScript!

A Beginner's Guide to ES6 Programming for Aspiring Web Developers & Entrepreneurs. Learn to Code in JavaScript.
Last updated 6/2019
English

What you'll learn

  • Get started with JavaScript basics
  • Learn about ES6 and its new features
  • Apply ES6 concepts in your projects
  • Use build tools like Gulp and Webpack
  • Compile ES6 into ES5 using Babel

Course content

22 sections198 lectures22h 16m total length
  • What is ES6?9:14

    Explore ES6 (ECMAScript 2015) features like modules, class declarations, and lexical block scoping, and learn browser compatibility with caniuse and transpilers.

  • Functionality of ES65:34

    Explore ES6 functionality, including new string and array methods and promises, with examples of arrow functions and const. Learn how Babel transpiles ES6 to ES5 for broader browser support.

  • Testing your Code3:53
  • Common Pitfalls4:14

    Explain type coercion in JavaScript, showing how adding a string and a number can convert the number to a string and yield '55'. Prioritize strict equality and note scope.

  • Things to Know about this Course2:20

    This beginner-friendly course introduces JavaScript basics with plenty of examples, covers callbacks, promises, and object-oriented programming, and blends ES6 features for hands-on practice in an online editor.

  • Tips to Getting Started with Javascript4:36

    Utilize multiple resources, especially MDN, to start learning JavaScript. Practice by writing comments, staying consistent, breaking complex tasks into smaller functions, and coding in short chunks.

  • Top 7 Things You Will Learn5:01

Requirements

  • Modern web browser
  • Basic HTML/CSS knowledge is helpful but not required

Description

"This course has made clear to me many obscure concepts about JS. I've tried to learn it for years. This makes it easy."

In this course, you will learn the fundamentals of coding in JavaScript, including ES6. You will learn how to change what is displayed on a webpage using JavaScript.

No prior experience in JavaScript is required. We will explore ES6 in depth and cover many of its new features. You will learn the newest possibilities and fundamental building blocks of JavaScript.

What is ES6?

With ES6 (ECMAScript 6th Edition), you can code for the web. ECMAScript is another name for JavaScript. ES6 has standardized features that JavaScript engines implement. ES6 is well-supported across different web browsers. 

You too can become a web developer by learning the popular programming language JavaScript. Enroll today to join the Mammoth community.

Who this course is for:

  • JavaScript beginners
  • JavaScript developers who want to learn ES6