Added missing semicolon
To be consistent, I added a semicolon after a `let` command
This commit is contained in:
parent
dc904d122e
commit
90ce0219ea
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ let obj = {
|
|||
for: 1,
|
||||
let: 2,
|
||||
return: 3
|
||||
}
|
||||
};
|
||||
|
||||
alert( obj.for + obj.let + obj.return ); // 6
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue