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 3e0dacf commit 0ce0806Copy full SHA for 0ce0806
part2/README.md
@@ -47,7 +47,7 @@ Simply stated, babel lets you take advantage of a much more fully featured speci
47
javascript, which isn't supported by most browsers and environments, and turns
48
it into ES5, which has much more widespread support.
49
50
-With babel, this code, which would be rejected by any browser
+With babel, this code, which is *just* getting support now in the latest browsers
51
52
```javascript
53
const square = n => n * n;
0 commit comments