📄 construct-properties-8.swf.trace
字号:
Check initial properties of script-constructed objects>>> new Object ()[type Function]false[type Function]true[object Object]true>>> {}[type Function]trueundefinedfalse[object Object]true>>> [][type Function]trueundefinedfalsetrue>>> [type Function]false[type Function]true[object Object]true>>> new Foo ()[type Function]false[type Function]true[object Object]true>>> [type Function]false[type Function]true[object Object]true>>> new this.Foo ()[type Function]false[type Function]true[object Object]trueundefined>>> undefinedundefined[type Function]undefinedundefinedundefined>>> new Foo () - without prototypeundefinedundefined[type Function]undefinedundefinedundefined>>> undefinedundefined[type Function]undefinedundefinedundefined>>> new this.Foo () - without prototypeundefinedfalse[type Function]trueundefinedfalse>>> 42[type Function]false[type Function]true[type Object]true>>> true[type Function]false[type Function]true[type Object]true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -