Creating Objects with JavaScript
This is just the basic idea, I’m not going to get into inheritance. There are more advanced things you can do but I’ll go over them separately if I get time.
Writing objects in JavaScript is really dead simple! You write them like a function, and because JavaScript is by it’s own nature an […]