LiuShuang

Results 1 comments of LiuShuang

```javaScript const targetData = { a: 2, b: 3, c: 4, d: 5, }; Object.prototype.objMap = function (fn) { if (typeof fn !== "function") { throw new TypeError(`${fn} is not...