The for...in statement is used to loop (iterate) through the elements of an array or through the properties of an object.
The javascript code below loops through the elements of an array.
The javascript code above displays:
entry levelmanagement
ceo
Source by : http://webdevelopmenttutorials.com/freejavascriptforinstatementtutorial.php
{ 0 comments... read them below or add one }
Post a Comment