Implement for..in
for objects
#670
Labels
E-Medium
Medium difficulty problem
enhancement
New feature or request
Hacktoberfest
Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
Milestone
ECMASCript feature
I would like to see
for..in
syntax and execution implemented. ECMAScript specification. This is important for test262, as it usesfor..in
pretty extensively.Example code
The expected output is
a=test1;b=test2;
.The text was updated successfully, but these errors were encountered: