Fix typo in inspector section#567
Merged
Merged
Conversation
Deploying with
|
| Latest commit: |
c471299
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c8e04801.utcode-learn.pages.dev |
| Branch Preview URL: | https://fix-typo-in-inspector.utcode-learn.pages.dev |
chelproc
approved these changes
Nov 8, 2023
| デバッガを使わずに、`console.log` を使ってデバッグすることもできます。`console.log` は、ブラウザの開発者ツールの `Console` に値を出力する関数です。 | ||
| 以下のプログラムは `x` と `y` の和を出力するプログラムですが、`console.log` を使ってプログラムの実行中に値の変化を確認したり、エラーが発生した際に原因を特定することができます。 | ||
| デバッガを使わずに、`console.log` 関数を使ってデバッグすることもできます。`console.log` 関数は、ブラウザの開発者ツールの `Console` に値を出力する関数です。 | ||
| 以下のプログラムは `x` と `y` の和を出力するプログラムですが、`console.log` 関数を使ってプログラムの実行中に値の変化を確認したり、エラーが発生した際に原因を特定することができます。 |
Contributor
There was a problem hiding this comment.
今回は関係ないですが
- 以下!!
- 「エラー」はちゃんと定義せずに使うのはちょい問題がある気がします。「問題が発生したとき」とかでどうでしょ
Contributor
Author
There was a problem hiding this comment.
そもそもconsole.log関数の説明いろいろとよくないので、直しちゃいます!
Closed
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.
「
console.log関数」という表記に改めました。