Tag Archives: OOP in JS

JavaScript Inheritance: A Form of Composition

Lectures 53 through 56 of JavaScript: Understanding the Weird Parts discuss more about the creation and manipulation of objects under the hood. I’d seen different aspects of this material previously, which gave me a different take on how to build … Continue reading

Posted in Software | Tagged , , , , , , | Leave a comment

A Simple Discrete-Event Simulation: Part 70

Today I did some reading relevant to the To Do list item to learn how to use the prototype object pattern as opposed to the purely closure-based method I’ve been using. Suffice it to say there’s a lot of information … Continue reading

Posted in Simulation | Tagged , , | Leave a comment