Go to codepen.io and run this code in teh picture in the JS window. Please help me to run this sample code
check this updated pen
var multiply = function(a,b){
return a + b;
}
document.body.innerHTML += multiply(3,6);
you need to manipulate dom to see values in the codepen console.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With