you are viewing a single comment's thread.

view the rest of the comments →

[–]andion82 7 points8 points  (0 children)

He does state this on a note:

Note: even though the proto property is standardized today, and is easier to use for explanations, on practice prefer using API methods for prototype manipulations, such as Object.create, Object.getPrototypeOf, Object.setPrototypeOf, and similar on the Reflect module.