[Noisebridge-discuss] [JavaScript class] Function Calls and Variable this.

Garrett Smith dhtmlkitchen at gmail.com
Mon Dec 2 10:50:39 UTC 2013


Methods are callable object properties. For any function called without the
Base Object, the base object is the global object or, unless the code is
running in strict mode, null.

For the purpose of exposing variable this, I wanted to add some homework
that will help bridge together part I and part II of the lesson on the
Factory pattern. Please do the following homework:

https://noisebridge.net/wiki/JavaScript/Notes/Function#Variable_this
-- 
Garrett
@xkit
ChordCycles.com
garretts.github.io
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.noisebridge.net/pipermail/noisebridge-discuss/attachments/20131202/530a1a3f/attachment-0002.html>


More information about the Noisebridge-discuss mailing list