Hanley Shun

Hanley Shun

Stay up to date on Application Security

Posts by Hanley Shun
  • Yet Another Perspective on Prototype…
    | By Hanley Shun

    JavaScript is a programming language based on prototypes instead of classes. When a new object is created, the features of the prototype object are inherited – this includes arrays, functions, and even class definitions. The new object can also act as a template for other inheriting objects,…

    Read Article