2ality.com/2011/03/lightweight-javascript-inheritance-apis.html
Preview meta tags from the 2ality.com website.
Linked Hostnames
13- 5 links to2ality.com
- 5 links toexploringjs.com
- 1 link todr-axel.de
- 1 link toecmascript.news
- 1 link toejohn.org
- 1 link toen.wikipedia.org
- 1 link tofosstodon.org
- 1 link togithub.com
General Meta Tags
6- titleLightweight JavaScript inheritance APIs
- charsetutf-8
- viewportwidth=device-width
- descriptionCreating objects via constructor functions is fairly straightforward in JavaScript. But as soon as you want to do inheritance, things become complicated. This post examines how inheritance works in traditional JavaScript. It then presents four APIs that make things easier, without adding too much bulk to the language: ECMAScript 5, YUI, Prototype.js, and John Resig’s Simple Inheritance.
- og:titleLightweight JavaScript inheritance APIs
Twitter Meta Tags
1- twitter:cardsummary
Link Tags
5- alternatehttps://2ality.com/feeds/posts.atom
- apple-touch-icon../../img/favicons/2ality-favicon-180x180.png
- icon../../img/favicons/2ality-favicon-opaque.svg
- mask-icon../../img/favicons/2ality-favicon-transparent.svg
- stylesheet../../assets/main.css
Links
21- http://ejohn.org/blog/simple-javascript-inheritance
- http://en.wikipedia.org/wiki/Trait_%28computer_science%29
- http://www.prototypejs.org/learn/class-inheritance
- http://www.traitsjs.org
- http://www.yahooapis.com/yui/3/examples/yui/yui-extend.html