Skip to content

Commit 6b05b3a

Browse files
authored
Merge pull request #3830 from shirodune/patch-1
Fix part1b broken link
2 parents f1e2702 + 6fb7f52 commit 6b05b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const tSquared = t.map(p => p * p)
216216
// tSquared is now [1, 4, 9]
217217
```
218218

219-
The arrow function feature was added to JavaScript only a couple of years ago, with version [ES6](http://es6-features.org/). Before this, the only way to define functions was by using the keyword _function_.
219+
The arrow function feature was added to JavaScript only a couple of years ago, with version [ES6](https://rse.github.io/es6-features/). Before this, the only way to define functions was by using the keyword _function_.
220220

221221
There are two ways to reference the function; one is giving a name in a [function declaration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function).
222222

0 commit comments

Comments
 (0)