return
Last updated
Was this helpful?
Last updated
Was this helpful?
โฉ โฉ โฉ return
cannot use return in the body of a for...in loop, except that the loop is inside a function.
( ๐ see: for...in vs. forEach )
โ error: return invalid outside of a func.