Minor typo: Changed "Javasctipt" to "Javascript " on line 35 (#20836)

This commit is contained in:
ggbong734
2018-11-02 00:56:32 -07:00
committed by Manish Giri
parent a1a3b4012e
commit 47e5abdf94

View File

@ -32,7 +32,7 @@ let z = foo(10);
z(10)// TypeError z is not a function
// 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