Manchester | 26-ITP-Jan | Mehroz Munir | Sprint 3 | Refactoring Dead Code#1179
Open
MehrozMunir wants to merge 5 commits intoCodeYourFuture:mainfrom
Open
Manchester | 26-ITP-Jan | Mehroz Munir | Sprint 3 | Refactoring Dead Code#1179MehrozMunir wants to merge 5 commits intoCodeYourFuture:mainfrom
MehrozMunir wants to merge 5 commits intoCodeYourFuture:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
SlideGauge
reviewed
Mar 14, 2026
Sprint-3/3-dead-code/exercise-1.js
Outdated
| console.log(greetingMessage); // 'hello, Aman!' | ||
|
|
||
|
|
||
| // adding comment in exercise 1 No newline at end of file |
There was a problem hiding this comment.
Seems like a stray comment, not needed in the task
Sprint-3/3-dead-code/exercise-2.js
Outdated
|
|
||
| console.log(countedPetsStartingWithH); // { 'HAMSTER': 3, 'HORSE': 1 } <- Final console log | ||
|
|
||
| //added a new comment |
| } | ||
|
|
||
| testName = "Aman"; | ||
| const testName = "Aman"; |
There was a problem hiding this comment.
Nice catch "Jerry" value was not used
|
Just a tiny request, could you remove stray comments? |
Author
Sorry, my bad, I added them while giving a demo and forgot to remove them. Removed now. |
|
Done, good job! |
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.
Learners, PR Template
Self checklist
Changelist
Made changes in exercise files to remove the dead code.