<!DOCTYPE html> <html> <body> <pre><code> var x,y; function sum(x,y){ document.write(x+y); } sum(5,4); </code></pre> </body> </html>
Run
×
Share