Skip to content

Commit f237139

Browse files
Update 14-Functions.md
1 parent 01cbca2 commit f237139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/14-Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ var b = function(param1) {
8383
console.log(b()); //we log the entire fun within b.
8484
8585
```
86-
#### Arrow Functions (latest in ES6 (ECMAScript 2015)
86+
#### Arrow Functions (latest in ES6 (ECMAScript 2015) -> coming in future lecture
8787

0 commit comments

Comments
 (0)