build-in --> built-in
This commit is contained in:
Violet.Lee 2019-06-16 00:15:51 +09:00 committed by GitHub
parent 358c14038d
commit 1dc1e6366c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ That said, using global variables is generally discouraged. There should be as f
We can test the global object for support of modern language features. We can test the global object for support of modern language features.
For instance, test if a build-in `Promise` object exists (it doesn't in really old browsers): For instance, test if a built-in `Promise` object exists (it doesn't in really old browsers):
```js run ```js run
if (!window.Promise) { if (!window.Promise) {
alert("Your browser is really old!"); alert("Your browser is really old!");