提交 7c2a46d2 编写于 作者: Y yurj26

docs: update syntax-uts.md

上级 3470a4df
......@@ -989,7 +989,6 @@ class Person {
}
console.log(Person.age); //10
let p = new Person(); //新建一个实例
console.log(p.age); //undefined
console.log(p.getAge()); //10
```
......@@ -2066,7 +2065,7 @@ console.log(map1.get('bar'));
// expected output: "foo"
console.log(map1.get('baz'));
// expected output: undefined
// expected output: null
```
### Math
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册