Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 1 | Complete Sprint 1 Coursework#1394
Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 1 | Complete Sprint 1 Coursework#1394fromonda wants to merge 7 commits into
Conversation
LonMcGregor
left a comment
There was a problem hiding this comment.
Great work so far on these tasks. Now you just need to work on the next parts, the errors and interpreting tasks in Sprint 1
|
|
@fromonda You've done part 1 of this sprint. If you look in the readme there are two other mandatory parts (2 - errors, 3 - interpret) and an optional stretch goal. All of these need to be completed within this PR. You can make changes and push and they will appear on this branch and then I can review them. |
It took me so long to complete the first part of this sprint that I mistakenly believed the task was finished after following only the instructions in the README file located in the root directory. I overlooked the guidance provided in the README file within each sprint folder. Thank you for pointing this out. |
|
|
||
| //The error message displayed by Node.js is: | ||
| //Uncaught TypeError: Assignment to constant variable | ||
| //The error happens because const creates a variable whose value cannot be reassigned. No newline at end of file |
There was a problem hiding this comment.
Correct. What change would you need to make to the constant declaration to allow you to assign to it?
LonMcGregor
left a comment
There was a problem hiding this comment.
Correct! These tasks are complete now
Self checklist
Changelist