Projects

Function Master

Exercises focused on writing, invoking, and understanding JavaScript functions.

Recursion

JavaScript exercises that solve common problems by writing functions that invoke themselves.

HOF Practice

Exercises focused on concepts present in the Bootcamp exit exam - particularly the .filter(), .map(), and .reduce() methods in JavaScript..

Let's Get Functional

More exercises focused on writing, invoking, and understanding JavaScript functions - including higher-order functions.

Underpants

Exercises that develop understanding the Underscore library in JavaScript by building its methods from scratch.

Eloquent JavaScript

A project for the exercises in the first five chapters of Eloquent JavaScript by Marijn Haverbeke.

Practice Exam Quebec

A set of problems to prepare for the Operation Spark Bootcamp Exam.