* Creates an array of the properties of obj , * not including built-in or inherited properties. If no * argument is given, applies to the global object. * * @example // Prints "abc" keys({a: 1, b: 2, c: 3}).forEach(function(k) { print(k); } * * @example // Prints all th
(obj)
source not stored for this graph (policy: none)
no test coverage detected