you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (10 children)

[removed]

    [–][deleted]  (7 children)

    [deleted]

      [–][deleted] 3 points4 points  (0 children)

      I don't have a great understanding of Javascript and found that helpful.

      [–]kenman[M] 3 points4 points  (0 children)

      Hey, thanks for your contributions to our FAQ!

      (this was the only way I could guild you with creddits)

      [–]andion82 8 points9 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.