Understanding Prototypes in JavaScript
Aphinya Dechalert

Understanding Prototypes in JavaScript

articles

1 highlights

When you create a function in JavaScript, it automatically creates an empty container called prototype for you to stick your methods into.