This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
lovecoding
/
Vip4.0W
Liatin
10
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
74cd925534
Ranting
Tag
main
Vip4.0W
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
Riwayat
Mentahan
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();