Glasgow | 26-ITP-May | Chan Yat Long | Sprint 1 | Coursework#1371
Open
Motorcycle-lab wants to merge 12 commits into
Open
Glasgow | 26-ITP-May | Chan Yat Long | Sprint 1 | Coursework#1371Motorcycle-lab wants to merge 12 commits into
Motorcycle-lab wants to merge 12 commits into
Conversation
added 11 commits
June 15, 2026 13:30
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.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d684300 to
fb10455
Compare
This comment has been minimized.
This comment has been minimized.
fb10455 to
60cb952
Compare
This comment has been minimized.
This comment has been minimized.
60cb952 to
ad96f8c
Compare
This comment has been minimized.
This comment has been minimized.
ad96f8c to
b5540b5
Compare
This comment has been minimized.
This comment has been minimized.
LonMcGregor
reviewed
Jul 1, 2026
LonMcGregor
left a comment
There was a problem hiding this comment.
Good start with these tasks.
There are some where you need to finish the tasks,see my comments for hints
Have you done the tasks in part 3, "interpret"?
| count = count + 1; | ||
|
|
||
| // Line 1 is a variable declaration, creating the count variable with an initial value of 0 | ||
| // Describe what line 3 is doing, in particular focus on what = is doing |
There was a problem hiding this comment.
Did you see these comments here? Can you answer them?
|
|
||
| const dir = ; | ||
| const ext = ; | ||
|
|
There was a problem hiding this comment.
Did you read the comments here about creating variables? Do you know what to do here?
| function X(num){ | ||
| const age = num +1; | ||
| return age;} | ||
| console.log(X(33)); |
There was a problem hiding this comment.
If you read the comment at the top of the file, it is about creating an age variable, not a function. Can you figure out the problem that happened with the original file, and explain how to fix the error?
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.
London | 25-ITP-May | Carol Owen | Sprint 1 | Alarm Clock
Fill in the template below - remove any sections that don't apply.
Complete the self checklist - replace each empty box in the checklist [ ] with a [x].
Add the label "Needs Review" and you will get review.
Respond to volunteer reviews until the volunteer marks it as "Complete".
Please note: if the PR template is not filled as described above, an automatic GitHub bot will give feedback in the "Conversation" tab of the pull request and not allow the "Needs Review" label to be added until it's fixed.
-->
Learners, PR Template
Self checklist
Changelist
I am updating my coursework.
Questions
My update of the coursework ,please help me evaluate it.