You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Whimsical example on how prototypal inheritance works.
One of the things here that isn't plainly obvious is that every
javascript function has access to a couple of built-in values - this,
which more people are typically already familiar with, and also a
pseudo-arraylike object, arguments.
For more info just either google for 'javascript arguments' or check out
an interesting blog post on the topic:
http://javascriptweblog.wordpress.com/2011/01/18/javascripts-arguments-object-and-beyond/
0 commit comments