Reformatted instructions for the first four ES6 challenges#12956
Reformatted instructions for the first four ES6 challenges#12956Greenheart merged 1 commit intofreeCodeCamp:stagingfrom
Conversation
Greenheart
left a comment
There was a problem hiding this comment.
@BrendanSweeny Nice work on these fixes!
Some general thoughts:
- Indentation for code examples: Should it be 4 or 2? I think 2 is common in other examples. Could you fix this while you're at it?
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
Good eye, @Greenheart ! Thanks for the feedback. I'll go ahead and format the various "use strict;" instances, correct the "Camper" indices and missing space. You are right about the two spaces vs four per the freeCodeCamp style guide, so I'll check each block of example code more closely. |
957bed6 to
723cf46
Compare
|
I have amended my commit with the following changes:
Thanks for taking a look! |
Greenheart
left a comment
There was a problem hiding this comment.
@BrendanSweeny Thanks for the update! This is looking great but I'm waiting to merge this for now as I think we should figure out what we want to do with the roleCall example in "Compare Scopes of the var and let keywords".
Hopefully we'll at the very least be able to merge this in the next few days 😄
|
@Greenheart just a thought, can we not merge this and track adding/modifying the example code in a separate issue? |
|
@BrendanSweeny thanks for your help with these! |
Pre-Submission Checklist
stagingbranch of freeCodeCamp.fix/,feature/, ortranslate/(e.g.fix/signin-issue)npm test. Usegit commit --amendto amend any fixes.Type of Change
Checklist:
Progress towards issue #12698, which is a compiled list of QA tasks for the new ES6 section introduced in beta
Description