This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lovecoding
/
W250913
Segui
10
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c393eb5edd
Rami (Branch)
Tag
master
W250913
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
Cronologia
Originale
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();