Update article.md
"That's not a function" -> "It's not a function"
This commit is contained in:
parent
08720f059a
commit
2fee345f6e
1 changed files with 1 additions and 1 deletions
|
@ -94,5 +94,5 @@ Dynamic imports work in regular scripts, they don't require `script type="module
|
|||
```smart
|
||||
Although `import()` looks like a function call, it's a special syntax that just happens to use parentheses (similar to `super()`).
|
||||
|
||||
So we can't copy `import` to a variable or use `call/apply` with it. That's not a function.
|
||||
So we can't copy `import` to a variable or use `call/apply` with it. It's not a function.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue