《JavaScript编程精解》勘误

感谢所有提供本书错误的网友。

ID 页码 勘误内容 致谢网友
 1  69  replacce应为replace  myunlessor
 2 87

 var pushX = bind(testArray.push, testArray);

修改为

var pushX = bind(x.push, x);

 myunlessor
 3  95  代码中else if 缩进格式有误  myunlessor
 4  162 第一段后半句:如果传入了第三个参数(回调函数)可以在其中处理非200状态码的错误状况  myunlessor
 5      
 6      
 7      
 8      
 9      
原文地址:https://www.cnblogs.com/TomXu/p/JSError.html