DEV Community

Discussion on: Code Smell 53 - Explicit Iteration

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt
  • Depends on the programming language; but JavaScript in is damn confusing.
  • A closing bracket is missing at the end.
Collapse
 
qm3ster profile image
Mihail Malo • Edited
  1. Yeah, unless they wanted to print keys (including inherited), they should have used of not in.
  2. a closing parenthesis*
Thread Thread
 
mcsee profile image
Maxi Contieri

corrected! thank you!