Skip to content
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

プロジェクトの章のフォーマットを統一、後半を発展扱い #721

Merged
merged 3 commits into from
May 3, 2024

Conversation

naka-12
Copy link
Contributor

@naka-12 naka-12 commented Apr 28, 2024

No description provided.

Copy link

cloudflare-workers-and-pages bot commented Apr 28, 2024

Deploying utcode-learn with  Cloudflare Pages  Cloudflare Pages

Latest commit: 928b586
Status: ✅  Deploy successful!
Preview URL: https://e658e452.utcode-learn.pages.dev
Branch Preview URL: https://update-browser-apps-project.utcode-learn.pages.dev

View logs

@naka-12 naka-12 requested review from chvmvd and aster-void April 28, 2024 07:30
@aster-void
Copy link
Contributor

自分はもはやヒントは消しちゃって単純にステップに分けてやりましょう!でいいと思います。

@naka-12
Copy link
Contributor Author

naka-12 commented Apr 29, 2024

ヒントといっても、最初からオープンされているしステップごとに解答もあるので、割と単にステップに分けているだけのつもりでした。たしかに「ヒント」とは少し違う気もしますが「ヒント」の代わりの良い名称思いつかなかった・・・


### ステップ 2: ToDo を削除する

次に削除ボタンを追加します。
[`document.createElement` 関数](https://developer.mozilla.org/ja/docs/Web/API/Document/createElement)で `button` 要素を生成し削除ボタンにしてから [`Node#appendChild` メソッド](https://developer.mozilla.org/ja/docs/Web/API/Node/appendChild)で要素内に追加しましょう
`document.createElement` 関数で要素内に追加しましょう
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

なんかここ違う気がする。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

あ……


削除ボタンを押すと `li` 要素が 1 つ消える機能を実装するためには、ある要素から子要素を取り除く [`Node#removeChild` メソッド](https://developer.mozilla.org/ja/docs/Web/API/Node/removeChild)を使います。
削除ボタンを押すと `li` 要素が 1 つ消える機能を実装するためには、ある要素から子要素を取り除く [`Node#removeChild` メソッド](https://developer.mozilla.org/ja/docs/Web/API/Node/removeChild) を使います。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここ半角スペース入れる必要ない気がします。


編集ボタンをつけてみましょう。

編集ボタンが押されたときに、ユーザーにテキストを入力するように促すダイアログを表示します。
[`prompt` 関数](https://developer.mozilla.org/ja/docs/Web/API/Window/prompt)を使い、ユーザーに入力を求めることができます。
[`prompt` 関数](https://developer.mozilla.org/ja/docs/Web/API/Window/prompt) を使い、ユーザーに入力を求めることができます。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここも半角スペースいらない。

@naka-12 naka-12 merged commit 021293d into master May 3, 2024
3 checks passed
@naka-12 naka-12 deleted the update-browser-apps-project branch May 3, 2024 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants