learn-javascript/project-javascript-s1-script-element at master · wijaksanapanji/learn-javascript · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Project JavaScript S1 SCRIPT ELEMENTS

To code this project you need to know:

If you are not familier with them please download Learn JavaScript eBook from https://codingwithbasir.com/learn-javascript

Project Title: ???

  1. Create a html file with your name like john.html
  2. Add current code to that file:
<!DOCTYPE html>
<html>
  <body>
    <script>
      // your code here
    </script>
  </body>
</html>

How to deliver this project

Check this link: https://codingwithbasir.com/how-to-deliver-projects/