Come here to solidify your understanding of functions and get started with functional programming in JavaScript. This is a highly interactive course that uses exercises and projects to drive home these JS Fundamentals. You will finish this course with deep knowledge on one of the most important aspects of the language: functions.
The course is taught over a week with one hour-long lecture held each day followed immediately by one-hour of exercises. It will culminate with a day-long class on Sunday with alternating lecture and exercise time.
Monday (7pm-9pm)
Topic: Intro to Functions and Scope
Source:
- Parameters
- Arguments
- Local scope
- Global scope
- Call vs Apply
Tuesday (7pm-9pm) Topic: Intro to Closures Source:
- Lexical Scope
- Closures
- Module Pattern
Wednesday (7pm-9pm) Topic: Functional Programming with Underscore.js pt. 1 Source:
- Higher-Order Functions
- Looping with Functions
- Each
- Map
Thursday (7pm-9pm) Topic: Functional Programming with Underscore.js pt. 2 Source:
- Functions as a unit of abstraction
- Reduce
Sunday (12:30pm-5pm) Topic: Recursion Source:
- Simple recursion and its applications
- Advanced recursion and its applications
The goal of the JavaScript Fundamentals 1, 2 and 3 - collectively called Hack Reactor Junior (HRJR) classes - is to give technical foundation and support for those who have been learning JavaScript for a couple of months, so that they will have reached a level required for the Hack Reactor admission's interviews.
IMPORTANT: completion of the HRJR courses is no guarantee of admission, nor has any influence in the admissions process.
It is our goal, however, that students who successfully complete the HRJR series will have covered all JavaScript topics necessary for the interview.
If Hack Reactor takes people from 60 to 120 in web development, then Hack Reactor Junior takes people from 10 to 60 ('coz we don't teach variables and the like).
It is recommended that students take JS Fundamentals: Objects, Arrays and Functions prior to this course; however it is not required. Students should have 3-5 months experience with JavaScript and programming. Students should understand and be familiar with variables, if/else statements, loops, objects, arrays and the most basic of JavaScript syntax.
No textbook is required for this course. All materials are included in this github repo.
Laptop, Chrome browser and a text editor. We recommend Sublime Text 3 for this course becuase its fast, light weight and you can run your JavaScript files in its console with Node.
##Resources
Scope and Closure: http://speakingjs.com/es5/ch16.html