mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-24 06:53:08 +03:00
Merge pull request #974 from qw3rtman/add-semicolon
[Javascript/en] Add semicolon to maximine consistency.
This commit is contained in:
commit
0c146eb2ed
@ -207,7 +207,7 @@ while (true){
|
||||
}
|
||||
|
||||
// Do-while loops are like while loops, except they always run at least once.
|
||||
var input
|
||||
var input;
|
||||
do {
|
||||
input = getInput();
|
||||
} while (!isValid(input))
|
||||
|
Loading…
Reference in New Issue
Block a user