We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 358c140 + 1dc1e63 commit 0e81fb4Copy full SHA for 0e81fb4
1 file changed
1-js/06-advanced-functions/05-global-object/article.md
@@ -58,7 +58,7 @@ That said, using global variables is generally discouraged. There should be as f
58
59
We can test the global object for support of modern language features.
60
61
-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):
62
```js run
63
if (!window.Promise) {
64
alert("Your browser is really old!");
0 commit comments