Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes an optional "note" block from the exercise 1 answer section in the "Functions" tutorial page. The note explained an alternative way to write the max function without the else keyword, which the PR author considers not essential. The corresponding sample files (max-no-else/) are also deleted.
Changes:
- Removed the
:::noteblock containing the alternativemaximplementation fromdocs/1-trial-session/09-functions/index.mdx. - Deleted the
max-no-elsesample directory and its files (script.jsandindex.html).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
docs/1-trial-session/09-functions/index.mdx |
Removed the :::note block with the alternative max function (no else) and its <ViewSource> link. |
docs/1-trial-session/09-functions/_samples/max-no-else/script.js |
Deleted sample JS file for the removed alternative solution. |
docs/1-trial-session/09-functions/_samples/max-no-else/index.html |
Deleted sample HTML file for the removed alternative solution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Yokomi422
approved these changes
Mar 7, 2026
chelproc
approved these changes
Mar 7, 2026
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.
次のような解答例に対して、
次のような別解も載せられていました。
別解の内容はそれほど重要なことではないので、削除しました。