The Dot(.) Operator

In notebook:
FrontEndMasters Advanced JS fundamentals
Created at:
2015-10-08
Updated:
2015-10-08
Tags:
Fundamentals JavaScript
Learn JS Fundamentals to jQuery & Pure DOM ScriptingEvery newly created object has a __proto__ link to a "Base object" that has methods and properties built in by the langauge (e.g. ​.toString​)
Objects have __proto__
functions have prototype

the ​.​ operator keeps walking up the __proto__ chain until it finds the method or property