For accessing the properties of an object, the programmer can this using the dot operator or the same can be achieved by using
an array.as shown below
trace-( personl. firstName );
trace (persoril[ "firstName" );
![]()
For accessing the properties of an object, the programmer can this using the dot operator or the same can be achieved by using
an array.as shown below
trace-( personl. firstName );
trace (persoril[ "firstName" );
![]()
Bookmarks