Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
112
function myFunction a b
Guest on 11th December 2024 12:44:12 AM
function myFunction(a, b) {
return a + b;
}
myFunction(20, 15);
Raw Paste
function myFunction(a, b) { return a + b; } myFunction(20, 15);
Login
or
Register
to edit or fork this paste. It's free.