This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
test
/
fixtures
/
syntax
/
let-scoping
/
initializer-for-1
/
exec.js
Sebastian McKenzie
4ea9b9c028
better exec tests
2014-10-15 14:28:51 +11:00
4 lines
38 B
JavaScript
Raw
Blame
History
for
(
let
x
=
1
;
x
<
10
;
x
++
)
{
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink