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. 

    当记忆全部忘光,留下来的才是你自己的。
  • 相关阅读:
    记一次centos 服务器中毒事件
    heatmap
    this
    购物车
    带标签的无缝轮播
    无缝轮播
    图片滚动百分百宽度
    选择排序
    冒泡排序
    tab标签页
  • 原文地址:https://www.cnblogs.com/kai08/p/3025777.html
Copyright © 2011-2022 走看看