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 a3f9243

Browse files
Typo fixed in "Function expressions and arrows"
1 parent 58d72b6 commit a3f9243

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please note that the last line does not run the function, because there are no p
4040

4141
In JavaScript, a function is a value, so we can deal with it as a value. The code above shows its string representation, which is the source code.
4242

43-
Surely, a function is a special values, in the sense that we can call it like `sayHi()`.
43+
Surely, a function is a special value, in the sense that we can call it like `sayHi()`.
4444

4545
But it's still a value. So we can work with it like with other kinds of values.
4646

0 commit comments

Comments
(0)

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