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 dc14378

Browse files
authored
Update article.md
the comment number is missing when the we mention line 2
1 parent 34a80e7 commit dc14378

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/16-function-expressions

1 file changed

+1
-1
lines changed

‎1-js/02-first-steps/16-function-expressions/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let sayHi = function() { // (1) create
8282
alert( "Hello" );
8383
};
8484

85-
let func = sayHi;
85+
let func = sayHi;//(2)
8686
// ...
8787
```
8888

0 commit comments

Comments
(0)

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