Skip to content

Commit 0ce0806

Browse files
committed
📝 amend browser statement
1 parent 3e0dacf commit 0ce0806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Simply stated, babel lets you take advantage of a much more fully featured speci
4747
javascript, which isn't supported by most browsers and environments, and turns
4848
it into ES5, which has much more widespread support.
4949

50-
With babel, this code, which would be rejected by any browser
50+
With babel, this code, which is *just* getting support now in the latest browsers
5151

5252
```javascript
5353
const square = n => n * n;

0 commit comments

Comments
 (0)