Day 39 - ITP1 Constructor Function

constructor function - instead of as writing out our objects one by one, we create a blueprint that we can use to create as many objects as we need and keep our code modular.

0 comments