Appearance
getFirstKey(needle)
获取第一个属性键名,没有则返回undefined。
返回值:String
console.log(JW.getFirstKey({a: 1, b: 2}));