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

Exercise 1 typos #71

Open
rsperberg opened this issue Nov 7, 2015 · 0 comments
Open

Exercise 1 typos #71

rsperberg opened this issue Nov 7, 2015 · 0 comments

Comments

@rsperberg
Copy link

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.
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

No branches or pull requests

1 participant