Buy Now and unlock this series
$
39
.99
$
24
.99
yours forever
$
39
.99
$
24
.99
Become a Pro and unlock everything
$
24
.99
per month
$
24
.99
Functions
Downloads
Become a pro to download code and videos
Starting Code
Final Code
Better JavaScript
24 videos
Course Instructor
Scott Tolinski
- Functions
13M38S - Destructuring
16M46S - Named Parameters
10M29S - Naming Things
15M28S - Immutable & Pure Functions
16M55S - Benefits of Smaller Functions
12M42S - JS & The DOM + MDN Docs
17M36S - Interacting With The DOM
10M51S - JS & The DOM part 3
12M31S - Events addEventListener vs Event Methods
9M43S - setTimeout & setInterval
12M53S - What are promises?
13M59S - Async Await
11M33S - JS Array Methods & map
14M54S - Filter
12M4S - Reduce
6M19S - Other Array Methods
8M4S - This
10M27S - More This
6M3S - Classes
15M55S - So Fetch
11M27S - Async IIFE
8M18S - Modules, Import & Export
8M39S - Where To Go From Here
2M57S
Comments
Kate
over 2 years ago
If anyone else is running into a 'Secure Connection' error when trying to run the code examples on Chrome using yarn start --https should resolve the issue.
Samuel Pilay
over 2 years ago
@Franklin with babel this, shows an error?
Franklin
almost 3 years ago
Actually, this is incorrect. const sayHi = () => console.log('hi') get's converted by Babel to: "use strict"; var sayHi = function sayHi() { return console.log('hi'); };
Want to join the conversation?
Become a Pro member today!