JS: address comments

This commit is contained in:
Asger F
2018-11-05 14:35:08 +00:00
parent 56707fc79a
commit 87e0027974
3 changed files with 6 additions and 3 deletions

View File

@@ -99,6 +99,8 @@ async function awaitFlow(){
}
if (true && true) {} // NOT OK
if (y && x) {} // NOT OK
if (y && (x)) {} // NOT OK
do { } while (x); // NOT OK
}
});