티스토리 뷰

code/javascript

what is a prototype?

golee922 2021. 5. 4. 23:37

A prototype is just a property that every function you create in javascript has that points to an object.