This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
lovecoding
/
W250913
Observar
10
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
4366514446
Branches
Tags
master
W250913
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
Histórico
Raw
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();