imba / docs.imba.io

📝The official Imba documentation
https://docs.imba.io
3 stars 2 forks source link

Docs: Property access #7

Open tomcam opened 8 years ago

tomcam commented 8 years ago

Syntax for accessing properties (instead of invoking them as methods). Like document.location in js is document[‘location’] in Imba. Or shorthand document:location. The shorthand syntax throws people off in the beginning, but it’s fine when you get used to it