Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5878a19

Browse files
authored
Merge pull request #2123 from leviding/patch-22
Fix minor typo error
2 parents e61bfa2 + 1e0b2bf commit 5878a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/02-first-steps/15-function-basics/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ For instance, the aforementioned function `showMessage(from, text)` can be calle
185185
showMessage("Ann");
186186
```
187187
188-
That's not an error. Such a call would output `"Ann: undefined"`. There's no `text`, so it's assumed that `text === undefined`.
188+
That's not an error. Such a call would output `"*Ann*: undefined"`. There's no `text`, so it's assumed that `text === undefined`.
189189
190190
If we want to use a "default" `text` in this case, then we can specify it after `=`:
191191

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /