TEXT   112
function myFunction a b
Guest on 11th December 2024 12:44:12 AM


  1. function myFunction(a, b) {
  2.   return a + b;
  3. }
  4. myFunction(20, 15);

Raw Paste

Login or Register to edit or fork this paste. It's free.