/es5-workshop

Introduction to ES5 methods.

Primary LanguageJavaScript

ES5 Workshop

Introduction to ES5 methods.

image

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.