Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="jsbin" />
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
var suma = function() {
  var i, s=0;
  for (i=0;i<arguments.length;i++) {
    s += arguments[i];
  }
  return s;  
};
console.log(suma(1,2,3,4,5));
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
aitormedran0pro
0viewers