We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Babel Setup, the text reads:
Once you saved, it you will be able to run the program like this:
The word "have" has been omitted and "it" should appear before the comma, not after. The text should read:
Once you have saved it, you will be able to run the program like this:
or
Once you have saved the file, you will be able to run the program like this:
In the first line after the Exercise heading, the word "the" is repeated:
Create a javascript program that takes the the first command-line argument and outputs it right after a "Hello " String using ES6 template strings.
The redundant "the" should be removed so that the text reads like this:
Create a javascript program that takes the first command-line argument and outputs it right after a "Hello " String using ES6 template strings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Babel Setup, the text reads:
The word "have" has been omitted and "it" should appear before the comma, not after. The text should read:
or
In the first line after the Exercise heading, the word "the" is repeated:
The redundant "the" should be removed so that the text reads like this:
The text was updated successfully, but these errors were encountered: