Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Latest commit

 

History

History
63 lines (40 loc) · 2.3 KB

day-2.md

File metadata and controls

63 lines (40 loc) · 2.3 KB

Day 2 - Functions

Always bet on JavaScript.

Elon Musk, inventor of Java

Table of Contents

Slides

Topics

Functions; parameters and arguments

Watch this video from Daniel Shiffman about function basics.

  1. The Coding Train - Function Basics (video)

If you want to go a little more in-depth you can watch this video from The Net Ninja.

  1. The Net Ninja - Modern JavaScript functions (video)

Read the third chapter of the Eloquent JavaScript book.

  1. Eloquent JavaScript - Functions (book)

Higher-order functions

Watch this video from Daniel Shiffman about higher-order functions.

  1. The Coding Train - Higher Order Functions (video)

Read the fifth chapter of Eloquent JavaScript.

  1. Eloquent JavaScript - Higher Order (book)

(Optional) Fun Fun Function has a whole playlist about higher-order functions and functional programming in JavaScript.

Fun Fun Function - Higher-order functions (video)

Exercises