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

Typo in the instruction #12576

Closed
neutral-00 opened this issue Jan 17, 2017 · 10 comments
Closed

Typo in the instruction #12576

neutral-00 opened this issue Jan 17, 2017 · 10 comments
Labels
first timers only Open for anyone doing contributions for first time. You do not need permission to work on these. help wanted Open for all. You do not need permission to work on these.

Comments

@neutral-00
Copy link

constructing-strings-with-variables

Issue Description

There is a spelling mistake in the instruction given.

  • Here is the extract of the Instruction:

Set myName to a string equal to your name and build myStr with myName between the strings "My name is " and " and I am swell!"

  • Expected last word in the instruction: well
  • Actual last word in the instruction: swell

Here well is expected instead of swell because, the context is set in the starting of the code as:

var ourName = "Free Code Camp";
var ourStr = "Hello, our name is " + ourName + ", how are you?";

// Only change code below this line
var myName;
var myStr;

Browser Information

  • Browser Name, Version:
  • Operating System:
  • Mobile, Desktop, or Tablet:

Your Code

 
 
 

Screenshot

@OFFLlNE
Copy link

OFFLlNE commented Jan 17, 2017

Thanks for reporting that.

I think they meant it to be "swell" not well.
Urban Dictionary : swell => adj. Fantastic, great, wonderful, et.

Google:
adjective (NORTH AMERICAN) informal
excellent; very good.
"you're looking swell"

@raisedadead
Copy link
Member

Thanks @Arvind00.

@OFFLlNE agreed.

Although I believe a lot of campers are non-native English speakers. We might as well change this, while this is not a huge issue with the challenge itself.

/cc @freeCodeCamp/moderators worth changing? If yes, let's tag it first timers?

@neutral-00
Copy link
Author

Thanks @OFFLlNE and @raisedadead .
I should have referred a dictionary, before posting it.
So, shall I keep the issue open or close it?

@dhcodes
Copy link
Contributor

dhcodes commented Jan 17, 2017

Feels like bike-shedding to me, but if it looks like a typo to a lot of people, then I'm fine with a first-timer PR for it.

@justincorrigible justincorrigible changed the title Typo in the the instruction Typo in the instruction Jan 17, 2017
@justincorrigible
Copy link
Member

If not for the sake of promoting easy contributions, then just so that non-natives won't be confused (which increases friction and makes their learning more difficult).

@raisedadead raisedadead added first timers only Open for anyone doing contributions for first time. You do not need permission to work on these. help wanted Open for all. You do not need permission to work on these. labels Jan 17, 2017
@TheeMattOliver
Copy link
Contributor

I'll take it. 'Swell' is fine (I am kind of an American English Usage buff, and this is an important field in pedagogy!), but I'd like to claim this just so I can get the practice with contributing.

@justincorrigible
Copy link
Member

@TheeMattOliver that's swell! PR away 😃

@neutral-00
Copy link
Author

Thanks @everyone. Closing the issue.

@raisedadead
Copy link
Member

@Arvind00 do not close the issue, this will be closed with a pull request (PR).

@neutral-00
Copy link
Author

@raisedadead ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first timers only Open for anyone doing contributions for first time. You do not need permission to work on these. help wanted Open for all. You do not need permission to work on these.
Projects
None yet
Development

No branches or pull requests

6 participants