Codeshare
Walawe
by DikssPeler
21
Raw
Copy
function tambah(a, b) { return a + b; } console.log(tambah("bo", "kep")); // Output bokep