This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
W250913
Watch
10
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
6692413e8d
Branches
Tags
master
W250913
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
History
Raw
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();