diff --git a/js-quirks.md b/js-quirks.md index 20c621c9..8e334f46 100644 --- a/js-quirks.md +++ b/js-quirks.md @@ -361,7 +361,6 @@ to make it a little less confusing.) ```js for (async of => {};;) {} - for (async of []) {} ``` In the first line, `async` is a keyword and `of` is an identifier;