Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function addEm(){
var total = 0
for(var i=0; i<addEm.arguments.length; i++)
total+= arguments[i]
return total
}
alert(addEm(1,2,3))