We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9869db commit 8ecf43dCopy full SHA for 8ecf43d
content/javascript-101/functions.md
@@ -83,7 +83,7 @@ A self-executing anonymous function
83
84
## Functions as Arguments
85
86
-In JavaScript, functions are "first-class citizens" &mdash they can be assigned
+In JavaScript, functions are "first-class citizens" — they can be assigned
87
to variables or passed to other functions as arguments. Passing functions as
88
arguments is an extremely common idiom in jQuery.
89
0 commit comments