Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CS fixes using /Users/clemens/Downloads/code-this-not-that-js/async… #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clemenspeters
Copy link

See: https://standardjs.com/

…-await.js:33:7: Parsing error: Identifier 'sumRandomAsyncNums' has already been declared

/Users/clemens/Downloads/code-this-not-that-js/console-log.js:5:1: Expected an assignment or function call and instead saw an expression.
/Users/clemens/Downloads/code-this-not-that-js/console-log.js:11:1: Expected an assignment or function call and instead saw an expression.
/Users/clemens/Downloads/code-this-not-that-js/destructuring.js:19:10: Parsing error: Identifier 'feed' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/loops.js:28:7: Parsing error: Identifier 'total' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/rest-params.js:9:10: Parsing error: Identifier 'totalHitPoints' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/spread-syntax.js:20:7: Parsing error: Identifier 'lvl0' has already been declared
/Users/clemens/Downloads/code-this-not-that-js/template-literals.js:8:1: Expected an assignment or function call and instead saw an expression.
/Users/clemens/Downloads/code-this-not-that-js/template-literals.js:12:1: Expected an assignment or function call and instead saw an expression. see: https://standardjs.com/.

…wait.js:33:7: Parsing error: Identifier 'sumRandomAsyncNums' has already been declared

  /Users/clemens/Downloads/code-this-not-that-js/console-log.js:5:1: Expected an assignment or function call and instead saw an expression.
  /Users/clemens/Downloads/code-this-not-that-js/console-log.js:11:1: Expected an assignment or function call and instead saw an expression.
  /Users/clemens/Downloads/code-this-not-that-js/destructuring.js:19:10: Parsing error: Identifier 'feed' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/loops.js:28:7: Parsing error: Identifier 'total' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/rest-params.js:9:10: Parsing error: Identifier 'totalHitPoints' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/spread-syntax.js:20:7: Parsing error: Identifier 'lvl0' has already been declared
  /Users/clemens/Downloads/code-this-not-that-js/template-literals.js:8:1: Expected an assignment or function call and instead saw an expression.
  /Users/clemens/Downloads/code-this-not-that-js/template-literals.js:12:1: Expected an assignment or function call and instead saw an expression. see: https://standardjs.com/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant