This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
pwa
/
Lungo.js
şunun yansıması
https://github.com/tapquo/Lungo.js.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
dabffd753f
Dallar
Biçim İmleri
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions.js
example-functions.js
94 B
Geçmiş
Ham
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.multiply = function(x,y){
return x*y;
}