Git Product home page Git Product logo

chinese-errata-for-javascript-the-definitive-guide's Introduction

TypeScript    11 hrs 10 mins  ██████████░░░░░░░░░░░░░░░   40.65 %
Vue.js        4 hrs 53 mins   ████▒░░░░░░░░░░░░░░░░░░░░   17.81 %
JavaScript    3 hrs 26 mins   ███░░░░░░░░░░░░░░░░░░░░░░   12.52 %
Docker        2 hrs 24 mins   ██▒░░░░░░░░░░░░░░░░░░░░░░   08.73 %
YAML          1 hr 37 mins    █▒░░░░░░░░░░░░░░░░░░░░░░░   05.93 %

chinese-errata-for-javascript-the-definitive-guide's People

Contributors

dream4ever avatar lucio-lu avatar sonya1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chinese-errata-for-javascript-the-definitive-guide's Issues

3.10.3 71页

当定义一个函数时,它实际上
保存一个作用域链。当调用这个函数时,它创建一个新的对象来存储它的局部变量,并
将这个对象添加至保存的那个作用域链上,同时创建一个新的更长的表示函数调用作用
域的链

按这句话的意思是 他会创建两个链

9.4 223页

getName 中的正则表达式写错了

英文版的没错

12.2 311页

其元素数量必须在0--255之间

应该是

其元素数值必须在0--255之间

8.7.4 203页

除了第一个实参之外,传入bind()的实参也会绑定至this

应该不是这个意思

12.2.2 315页

关于客户端的代码在新的node中已经不可用了

node的发展真的是太快了

5.8 129 页

var name=[=expr]

应该是 var name [= expr]

6.5 143页

在函数merge中

hasOwnProperty[prop] 应该为 hasOwnProperty(prop)

7.10 代码错误

7.10 最后面,这段代码是有问题的,不应该是 Function.isArray ,应该改为 Array.isArray。我看英文勘误表已经有人改正。

var isArray = Function.isArray || function (o) {
    return typeof o === 'object' // 过滤基础类型
    Object.prototype.toString.call(o) === '[object Array]'
}

6.2.2 137页

如果之前o继承自属性x

o是一个对象 如何继承自一个属性 ? 是否应该为 继承有属性x

11.2 285页

在声明语句中使用let和在循环初始化器中使用let(我管他叫两种let的区别)
let的前置声明
let单独语句
let表达式

这些在今天的nodejs中已经不能用了(我还不了解ES6)

8.6 200页

第一行 如果闭包在外部函数里是无法访问this的

应该将如果两字去掉

5.6.6 124页

如果finally块使用了return、 continue、 break或者thrown语句使程序发生跳转,或者通
过调用了抛出异常的方法改变了程序执行流程,不管这个跳转使程序挂起还是继续执行,
解释器都会将其忽略。

好像与英文的解释有误

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.