Programming with Objects

Let's dig out a little more interesting concepts about Objects in JavaScript.

Many books and courses teach object-oriented programming through examples involving animals, cars or bank accounts. Let’s try something cooler and create a mini-role playing game (RPG) using objects. In a role-playing game, each character is defined by many attributes like strength, stamina or intelligence. Here’s the character screen of a very popular online RPG.

Get hands-on with 1200+ tech skills courses.