This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lovecoding
/
Vip4.0W
Obserwuj
10
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
d20e6995eb
Gałęzie
Tagi
main
Vip4.0W
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
Historia
Czysty
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();