for of vs for in loop

To loop over each item of a list:

Arrays use: for...of
Objects use: for...in

Comments

Popular posts from this blog

Code Wars: String incrementer

Code Wars: Replace With Alphabet Position

Code Wars: Find the odd int