<!DOCTYPE html> <html> <body> <p>A program</p> <pre><code> var x; function square(x){ document.write(x*x*x); } square(5); </code></pre> </body> </html>
Run
×
Share