Created by: sophiebits
Iterating over an object's keys using for/in
is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?
Created by: sophiebits
Iterating over an object's keys using for/in
is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?