London | Jan2026 | Ihor Taradaiko | Sprint 1 | Coursework/sprint 1#934
Open
ihortar wants to merge 14 commits intoCodeYourFuture:mainfrom
Open
London | Jan2026 | Ihor Taradaiko | Sprint 1 | Coursework/sprint 1#934ihortar wants to merge 14 commits intoCodeYourFuture:mainfrom
ihortar wants to merge 14 commits intoCodeYourFuture:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6 similar comments
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.
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.
cjyuan
reviewed
Feb 16, 2026
Sprint-1/4-stretch-explore/chrome.md
Outdated
| What is the return value of `prompt`? | ||
| //shows a pop-up to enter a name / stores and shows name | ||
| What effect does calling the `prompt` function have? //shows pop-up form | ||
| What is the return value of `prompt`? //if myName is set returns myName value |
Contributor
There was a problem hiding this comment.
Can you describe the return value of prompt() as I am someone who has never used the function before?
The current description does not quite tell me exactly what the function returns.
Author
There was a problem hiding this comment.
It returns the text that the user types into the input box.
Contributor
There was a problem hiding this comment.
What does the function returns if a user enters some text and then click the "Cancel" button instead of the OK button?
Contributor
There was a problem hiding this comment.
Is that a question for me or your final answer? I assume is the latter.
Contributor
|
Good job in clearly responding to all comments. Just one more question: #934 (comment) |
Contributor
|
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.
Changelist
Completed the following exercises:
Key Exercises
Mandatory Errors
Mandatory Interpret