check all values from keys in object js

Solutions on MaxInterview for check all values from keys in object js by the best coders in the world

showing results for - "check all values from keys in object js"
Eduardo
09 Mar 2016
1Object.values(obj).some(val => val !== false)