# ES5 Workshop

Introduction to ES5 methods.

![image](https://cloud.githubusercontent.com/assets/43438/3900104/1c255a76-2286-11e4-933e-d39e0d82e02d.png)

TODO
* JSON
* Object.keys
* Array.prototype.forEach
* Array.prototype.reduceRight
* Object.create
* getters/setters
* Object.defineProperty
* Object.seal
* Object.freeze
* strict mode

Content extracted from [timoxley/functional-javascript-worshop](https://github.com/timoxley/functional-javascript-workshop).
