es5-workshop
Version:
NodeSchool ES5 Workshop
20 lines (15 loc) • 465 B
Markdown
# ES5 Workshop
Introduction to ES5 methods.

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