This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
pwa
/
Lungo.js
kopia lustrzana
https://github.com/tapquo/Lungo.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
10a3b0d7e3
Gałęzie
Tagi
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions-2.js
example-functions-2.js
92 B
Historia
Czysty
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.divide = function(x,y){
return x/y;
}