minor fixes
This commit is contained in:
parent
9cb597e229
commit
ab93cee5b9
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ let message = "This";
|
|||
// repeated 'let' leads to an error
|
||||
let message = "That"; // SyntaxError: 'message' has already been declared
|
||||
```
|
||||
So, we declare a variable once, and then should refer to it without `let`.
|
||||
So, we declare a should variable once, and then refer to it without `let`.
|
||||
````
|
||||
|
||||
```smart header="Functional languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue