Walawe

by DikssPeler
21 Raw
function tambah(a, b) {
return a + b;
}

console.log(tambah("bo", "kep")); // Output bokep