-
-
Notifications
You must be signed in to change notification settings - Fork 195
LONDON | MAY2025 | EMILIANO URUENA | SPRINT1 #481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… answered the questions.
aaefd95
to
72666bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the answers are well explained.
What is the return value of `prompt`? | ||
The return value that was provided by the user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the user entered some value and then clicked "Cancel", does prompt()
still returns the user input?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, prompt() does not return the user's input if click "Cancel"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it returns if the user clicked "Cancel"?
You answers and explanation are all good. Well done! |
Learners, PR Template
Self checklist
Change list:
Four commits were made:
Part 1 - Basic Short JavaScript Exercises: Tasks on count, initials, paths, and random were completed and solved.
Part 2 - Mandatory Errors: Errors were checked, interpreted, explained, and some were solved.
Part 3 - Interpretation Tasks: All tasks were interpreted and answered.
Part 4 - Explore -Stretch: Concepts related to the V8 Chrome Console were explored, and the questions were answered.