# Resources

## Prototypes and Inheritance

* <http://geekabyte.blogspot.com/2013/03/difference-between-protoype-and-proto.html>
* <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript#Inheritance>
* [You Don't Know JavaScript - this and Object Prototypes](https://github.com/getify/You-Dont-Know-JS/blob/master/this%20&%20object%20prototypes/README.md#you-dont-know-js-this--object-prototypes)
* [Understanding `this` once and for all](https://journeyintojavascript.quora.com/understanding-this-once-and-for-all)

## ES6

* [You Don't Know JavaScript - ES6 and Beyond](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20&%20beyond/README.md#you-dont-know-js-es6--beyond)
* [ES6 Features](https://github.com/lukehoban/es6features)
* [Try Out Babel (repl)](https://babeljs.io/repl/)
