Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timoxley/es5-workshop
- Owner: timoxley
- Created: 2014-08-13T01:14:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T01:26:43.000Z (about 10 years ago)
- Last Synced: 2024-04-23T22:19:26.363Z (7 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-workshopper - es5-workshop
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 modeContent extracted from [timoxley/functional-javascript-worshop](https://github.com/timoxley/functional-javascript-workshop).