Fri Jul 09 2021 17:17:41 GMT+0000 (Coordinated Universal Time)
Saved by @buildadev
function greet(name) { console.log("Hello "+name); }; res = greet("john"); console.log(res);
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments