javascript
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.?
轉(zhuǎn)載于:https://www.cnblogs.com/kai08/archive/2013/04/17/3025777.html
總結(jié)
以上是生活随笔為你收集整理的Reference, List, and Completion of javascript的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle按时间点还原数据
- 下一篇: SQL数据库 - (二)关系数据库