Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timoxley/es5-workshop

Introduction to ES5 methods.
https://github.com/timoxley/es5-workshop

Last synced: 3 days ago
JSON representation

Introduction to ES5 methods.

Awesome Lists containing this project

README

        

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