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