ES6 JavaScript Tutorial for Beginners - Getting Started
Offered By: Academind via YouTube
Course Description
Overview
Dive into a comprehensive tutorial on ES6 JavaScript for beginners. Learn essential concepts including syntax changes, hoisting with "let" and "const", fat arrow functions, default parameters, object literal extensions, rest and spread operators, for-of loops, template literals, and array destructuring. Gain a solid understanding of modern JavaScript features and their compatibility with ES5. Set up your local development environment and follow along with practical examples to enhance your coding skills. Perfect for those looking to upgrade their JavaScript knowledge and stay current with the latest language features.
Syllabus
Intro
ES6 vs ES5
Course Format
Local Setup
ES6 Compatibility Chart
Syntax Changes & Extensions
Hoisting with "let" and "const"
Fat Arrow Functions & "this"
Default Parameters
Object Literal Extensions
The Rest Operator
The Spread Operator
The For-of-Loop
Template Literals
Destructuring - Arrays
Taught by
Academind
Related Courses
Advanced JavaScript 1: Objects, Loops, HoistingScrimba via Coursera Modern JavaScript with ES6
Packt via Coursera Tricky JavaScript: Hoisting, Scope, Arrow Functions, Fetch
Scrimba via Coursera Advanced JavaScript Foundations
egghead.io ES6 and Beyond - JavaScript Tips and Tricks from ES2015 to ES2020
egghead.io