269 Views
Since ES5.1, we have new features for iterating through the properties of an object. In the past, we only had the for...in loop to accomplish this. In this article, we'll look at why the new ways to loop through the properties of an object are much better than the for...in loop.
0 comments