Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
</html>
 
const result = myFunction(1, 2);
console.log(result);
function myFunction(parameter1, parameter2){
  return parameter1 + parameter2
}
Output

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

Dismiss x
public
Bin info
heikomatpro
0viewers