function

PHOTO EMBED

Wed Sep 25 2024 10:14:51 GMT+0000 (Coordinated Universal Time)

Saved by @linezito

function add(a,b){
    return a + b; 
}

console.log(add(10,20))
content_copyCOPY