We're a place where coders share, stay up-to-date and grow their careers.
Nice article. Thanks, Kartik. By the way, there is a little note to mention. It's better to use (for in) for objects and (for of) for arrays. Because (for in) has been optimized for Objects and not arrays.
Oh cool, I didn't know that. Thanks for sharing :)
Nice article. Thanks, Kartik. By the way, there is a little note to mention. It's better to use (for in) for objects and (for of) for arrays. Because (for in) has been optimized for Objects and not arrays.
Oh cool, I didn't know that. Thanks for sharing :)