Creating a JavaScript object utilizing inheritance
A simple method for JavaScript inheritance is describe below. The referenced code is available at here at my github page.
There is more than one way to complete this programming pattern. I use the following when writing my own JavaScript code.