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. 

    当记忆全部忘光,留下来的才是你自己的。
  • 相关阅读:
    uniapp 请求附近地址列表
    uniapp 图片视频上传
    城市定位
    日历签到
    uniapp拼团倒计时函数
    时间过滤器
    倒计时函数
    vuex的使用
    毛玻璃效果
    Pullword 中文分词
  • 原文地址:https://www.cnblogs.com/kai08/p/3025777.html
Copyright © 2011-2022 走看看