Thursday, June 7, 2012

Working with JavaScript objects Pt 2


-You can access properties using a string [] syntax
-You can also change the property's value
-You can also add a new item to the end of an array
-You can enumerate through ALL of an objects properties using a for-in loop
-Use the "." notation to target one property



No comments:

Post a Comment