Skip to content

Commit f44cba8

Browse files
authored
Typo fixed in "Function expressions and arrows" (#1386)
Typo fixed in "Function expressions and arrows"
2 parents 58d72b6 + a3f9243 commit f44cba8

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

+1-1
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)