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 01cbca2 commit f237139Copy full SHA for f237139
Notes/14-Functions.md
@@ -83,5 +83,5 @@ var b = function(param1) {
83
console.log(b()); //we log the entire fun within b.
84
85
```
86
-#### Arrow Functions (latest in ES6 (ECMAScript 2015)
+#### Arrow Functions (latest in ES6 (ECMAScript 2015) -> coming in future lecture
87
0 commit comments