posts: [
{
title: "Why didn’t you understand inheritance in JavaScript?", /* 1 comment */
body: "
Coming from a regular background, you’re probably introduced into inheritance in a classical way with C++ or Java. JavaScript does not have any native mechanism to provide inheritance in the terms of what you’ve known already. JavaScript is a prototype based language. Behaviors of classes can be ported to other classes in a prototype based methodology. In [...]
",tags: ["javascript"] },
],
feed: "http://feeds.feedburner.com/burcudogan",
copyright: "Writings and the JS object literal template is by Burcu Dogan."
};