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.
Day 39 – ITP1 Constructor Function
Leave a comment
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.