London | 26-ITP-January| Mouawia Elkhalifa | Sprint 1 | Module Structuring and Testing Data#971
Closed
MouawiaElkhalifa wants to merge 2 commits into
Closed
Conversation
| @@ -1,5 +1,6 @@ | |||
| // Currently trying to print the string "I was born in Bolton" but it isn't working... | |||
| // what's the error ? | |||
Author
There was a problem hiding this comment.
The error was a ReferenceError because the variable cityOfBirth was used in the console.log before it was declared with const."
There was a problem hiding this comment.
add it to your exercise answer, then commit it
Author
There was a problem hiding this comment.
I have added the explanation
There was a problem hiding this comment.
I still don't see it in your pull request
Member
|
Closing PR because the January ITP run has finished. Feel free to re-open if you're still working on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Self checklist
Changelist
Completed all Sprint 1 exercises:
This PR contains my completed Sprint 1 coursework, including all key exercises, mandatory errors, and mandatory interpret tasks. I tested each file using Node in the terminal and ensured the code follows the style guide.
Questions
No questions.