Interactive Tables with JavaScript Objects

In this article, we’ll display some sample data in an interactive, categorized, and summarized table using a couple of JavaScript objects and in so doing, delve a little deeper into the peculiarities of prototypal inheritance.

Continue reading this post »

Object Oriented JavaScript: Appendix A

Using JavaScript debuggers to analyze JavaScript objects. Inside the JavaScript object.

Continue reading this post »

Object Oriented JavaScript: Part 11

Wrap up. Our  memory-like tile game.

Continue reading this post »

Object Oriented JavaScript: Part 10

Other UI Elements. ScoreBoard. Stats. Counter.

Continue reading this post »

Object Oriented JavaScript: Part 9

The Tiles object. Minimizing memory usage when you have many instances of an object with instance members. Dynamically assigning objects as event handlers for HTML DOM Elements.

Continue reading this post »