1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

改正错别字

This commit is contained in:
龙腾道 2019-08-26 05:19:00 +08:00 committed by GitHub
parent a9217ff93e
commit b7e5848a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -899,7 +899,7 @@ globalTwo.evaluate('1 + 2') // 3
上面代码中Realm 生成的顶层对象的`evaluate()`方法,可以运行代码。
下面的代码可以证明Realm 顶层对象与原始层对象是两个对象。
下面的代码可以证明Realm 顶层对象与原始层对象是两个对象。
```javascript
let a1 = globalOne.evaluate('[1,2,3]');