zoukankan      html  css  js  c++  java
  • Reference, List, and Completion of javascript

    “A value is an entity that takes on one of nine types. There are nine types (Undefined, Null, Boolean, String, Number, Object, Reference, List, and
    Completion).”

     1,Reference

      The internal Reference type is not a language data type.

      The Reference type is used to explain the behaviour of such operators as delete, typeof, and the assignment operators.Another use of the Reference type is to explain the determination of the this value for a function call.

     2,List

      The internal List type is not a language data type.

      The List type is used to explain the evaluation of argument lists  in new expressions and in function calls.

     3,Completion

      The internal Completion type is not a language data type.

      The Completion type is used to explain the behaviour of statements (break, continue, return and throw) that perform nonlocal transfers of control. 

    当记忆全部忘光,留下来的才是你自己的。
  • 相关阅读:
    node
    ionic
    关于websocket和ajax无刷新
    HTML图片热区
    npm -D -S -g -i 以及安装技巧
    es6 webpack转es5
    es6
    es6
    ssh tunnel
    vim上次和下次光标位置
  • 原文地址:https://www.cnblogs.com/kai08/p/3025777.html
Copyright © 2011-2022 走看看