This website works better with JavaScript
Home
Explore
Help
Sign In
pwa
/
Lungo2.0.js
mirror of
https://github.com/xabstract/Lungo2.0.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
4db1ed62c6
Branches
Tags
flexbox
master
Lungo2.0.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions-2.js
example-functions-2.js
92 B
History
Raw
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.divide = function(x,y){
return x/y;
}