Defining returnable functions in JavaScript

From , 3 Years ago, written in JavaScript, viewed 135 times.
URL https://pastebin.vip/view/a0b45d1b
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script>
  5. function myFunction()
  6. {
  7. return ("Hello Sharejs.com");
  8. }
  9. </script>
  10. </head>
  11. <body>
  12.  
  13. <script>
  14. document.write(myFunction())
  15. </script>
  16.  
  17. </body>
  18. </html>
  19.  
  20. //javascript/7833

Reply to "Defining returnable functions in JavaScript"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website