Let’s learn JavaScript/ES6! #1 [Free JS Bootcamp]

preview_player
Показать описание
We're going to start learning ES6, the next stage of JavaScript!

The goal is to get you started and have you finish on your own, but you can always get help in the forums if you get stuck.

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
00:00:00 -- Intro
00:01:45 -- Fundamentals#4 - Iterate with JavaScript While Loops
00:06:34 -- Iterate with JavaScript For Loops
00:08:20 -- Iterate Odd Numbers With a For Loop
00:09:50 -- Nesting For Loops
00:14:39 -- Replace Loops using Recursion
00:22:10 -- Intro to ES6
00:23:10 -- Compare Scopes of the var and let Keywords
00:26:20 -- Mutate an Array Declared with const
00:28:04 -- Prevent Object Mutation
00:30:10 -- Use Arrow Functions to Write Concise Anonymous Functions
00:33:52 -- Write Arrow Functions with Parameters
00:35:46 -- Set Default Parameters for Your Functions
00:39:16 -- Use the Rest Parameter with Function Parameters
00:42:47 -- Use the Spread Operator to Evaluate Arrays In-Place
00:44:45 -- Use Destructuring Assignment to Extract Values from Objects
00:47:33 -- Use Destructuring Assignment to Assign Variables from Objects
00:49:30 -- Use Destructuring Assignment to Assign Variables from Nested Objects
00:51:50 -- Use Destructuring Assignment to Assign Variables from Arrays
00:53:35 -- Use Destructuring Assignment with the Rest Parameter to Reassign Array Elements
00:56:22 -- Use Destructuring Assignment to Pass an Object as a Function's Parameters
00:59:59 -- Q&A

--------------------
Рекомендации по теме
Комментарии
Автор

Note for myself: 44:41 - Spread Operator to Evaluate Arrays In-Place

maciejdev
Автор

22:06 - Start of ES6 (note for myself)

maciejdev
Автор

For my future self
01:03:00
Recurrssion re-explained

expemted