Skip to content

laurawatts/functionalJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSFundamentals Course Description

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.

Course Format

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.

Syllabus

DAY 1

Monday (7pm-9pm)
Topic: Intro to Functions and Scope Source:

  • Parameters
  • Arguments
  • Local scope
  • Global scope
  • Call vs Apply

DAY 2

Tuesday (7pm-9pm) Topic: Intro to Closures Source:

  • Lexical Scope
  • Closures
  • Module Pattern

DAY 3

Wednesday (7pm-9pm) Topic: Functional Programming with Underscore.js pt. 1 Source:

  • Higher-Order Functions
  • Looping with Functions
  • Each
  • Map

DAY 4

Thursday (7pm-9pm) Topic: Functional Programming with Underscore.js pt. 2 Source:

  • Functions as a unit of abstraction
  • Reduce

DAY 5

Sunday (12:30pm-5pm) Topic: Recursion Source:

  • Simple recursion and its applications
  • Advanced recursion and its applications

Goals of this course

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).

Prerequisites

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.

Textbook

No textbook is required for this course. All materials are included in this github repo.

Technical requirements

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published