https://github.com/timoxley/es5-workshop
Introduction to ES5 methods.
https://github.com/timoxley/es5-workshop
Last synced: 22 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T01:26:43.000Z (over 11 years ago)
- Last Synced: 2025-10-13T18:54:05.130Z (5 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 3
- Watchers: 2
- 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.

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