fkling / jsbasics

An interactive introduction to basic and important concepts of JavaScript
14 stars 11 forks source link

Typo in #29 #11

Closed ccoffey closed 8 years ago

ccoffey commented 8 years ago

In this example we define a single a function that uses this internally. The function is then assigned to different objects as property. The output the function produces depends on on which object the function is called (how it is called).