Uploaded May 2017 | Updated September 2026, 2 weeks ago
Once we've created our objects how do we access each property or invoke a method? Well each object or array has members, you can think of your properties and method's as members of a community. This community is defined by those curly or square brackets. We can now use the dot (.) member access to target members and pull our their specific value.
This tutorial is brought to you by avelx.co.uk - Coding tutorials to help you grow.
Once we've created our objects how do we access each property or invoke a method? Well each object or array has members, you can think of your properties and method's as members of a community. This community is defined by those curly or square brackets. We can now use the dot (.) member access to target members and pull our their specific value.
This tutorial is brought to you by avelx.co.uk - Coding tutorials to help you grow.






