This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
lovecoding
/
Vip4.0W
İzle
10
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
111ec1b138
Dallar
Biçim İmleri
main
Vip4.0W
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
Geçmiş
Ham
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();