This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chuck
/
es6-11study
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
dc9c6919ad
Gałęzie
Tagi
master
es6-11study
/
23
/
dist
/
index3.js
index3.js
104 B
Historia
Czysty
1
2
3
4
5
6
7
export default {
school: 'hihihi',
change: function () {
console.log('hello');
}
};