yingyu wu
Results
1
comments of
yingyu wu
```js var myMap = new Map(); myMap.set(0, 'zero'); var mySet = new Set(); mySet.add(1); class test { constructor(opt) { this.opt = opt; } } JSON.stringify({ String: 'string', Boolean: true, Number:...