Minor typo: Changed "Javasctipt" to "Javascript " on line 35 (#20836)
This commit is contained in:
@ -32,7 +32,7 @@ let z = foo(10);
|
|||||||
z(10)// TypeError z is not a function
|
z(10)// TypeError z is not a function
|
||||||
// Because of Automatic Semicolon Insertion, our inner function does not exist.
|
// Because of Automatic Semicolon Insertion, our inner function does not exist.
|
||||||
```
|
```
|
||||||
Javasctipt will implement semi-colons where they are expected.
|
Javascript will implement semi-colons where they are expected.
|
||||||
|
|
||||||
### Other resources
|
### Other resources
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user