-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathconstructor1.baseline
21 lines (21 loc) · 1.04 KB
/
constructor1.baseline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
o:[object Object] typeof(o):object o.toString():[object Object]
o:[object Object] typeof(o):object o.toString():[object Object]
o:[object Object] typeof(o):object o.toString():[object Object]
o:[object Object] typeof(o):object o.toString():[object Object]
o:[object Object] typeof(o):object o.toString():[object Object]
o:[object Object] typeof(o):object o.toString():[object Object]
o:true typeof(o):object o.toString():[object Boolean]
o:true typeof(o):object o.toString():[object Boolean]
o:false typeof(o):object o.toString():[object Boolean]
o:false typeof(o):object o.toString():[object Boolean]
o:0 typeof(o):object o.toString():[object Number]
o:0 typeof(o):object o.toString():[object Number]
o:10 typeof(o):object o.toString():[object Number]
o:10 typeof(o):object o.toString():[object Number]
o:hello typeof(o):object o.toString():[object String]
o:hello typeof(o):object o.toString():[object String]
o:hello typeof(o):object o.toString():[object String]
o:hello typeof(o):object o.toString():[object String]
o.x = 10
o.x = 20
o.x = 30