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