Answers for "how to make javascript"

2

how to create js code

<!--just open a file with the ending of ".js"
example:  myFirstJS.js

an other option is to write this sentence on HTML document:
-->

<script type="text/javascript">
//write here your code
</script>
Posted by: Guest on January-24-2021
2

javascript tutorial

<html>
   <body>   
      <script language = "javascript" type = "text/javascript">
         <!--
            document.write("Hello World!")
         //-->
      </script>      
   </body>
</html>
Posted by: Guest on December-31-2020
0

javascript javascript javascript javascript javascript

javascript javascript javascript javascript javascript javascript!
Posted by: Guest on August-28-2020

Code answers related to "how to make javascript"

Browse Popular Code Answers by Language