This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lovecoding
/
W250913
Urmărește
10
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
8ecfc34b3c
Ramuri
Etichete
master
W250913
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
Istoric
Crud
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();