This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
lovecoding
/
Vip4.0W
Seguir
10
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
512ec76ca7
Ramas
Etiquetas
main
Vip4.0W
/
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();