We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a80e7 commit dc14378Copy full SHA for dc14378
1-js/02-first-steps/16-function-expressions/article.md
@@ -82,7 +82,7 @@ let sayHi = function() { // (1) create
82
alert( "Hello" );
83
};
84
85
-let func = sayHi;
+let func = sayHi; //(2)
86
// ...
87
```
88
0 commit comments