https://github.com/moonhighway/javascript-hip
A set of classroom files that focuses on functional javascript, ES6, and TDD.
https://github.com/moonhighway/javascript-hip
Last synced: 3 months ago
JSON representation
A set of classroom files that focuses on functional javascript, ES6, and TDD.
- Host: GitHub
- URL: https://github.com/moonhighway/javascript-hip
- Owner: MoonHighway
- License: mit
- Created: 2015-10-01T22:53:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T00:57:04.000Z (about 9 years ago)
- Last Synced: 2025-02-16T18:44:23.948Z (over 1 year ago)
- Size: 541 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Javascript Hip
================
This repository contains a set of files that are used in Moon Highway's JavaScript Hip class. This class focuses
on the trendy functional programming style that can be used in JavaScript. In addition to functional programming,
this class includes a heavy focus on ES6 and Test Driven Development.
Topics
------
* Functional Javascript
* Advanced Functions
* Advanced Arrays
* Underscore JS
* Async Programming
* ES 6 and Babel
* Test Driven Development with Jasmine