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
- Create a html file with your name like john.html
- Add current code to that file:
<!DOCTYPE html>
<html>
<body>
<script>
// your code here
</script>
</body>
</html>Check this link: https://codingwithbasir.com/how-to-deliver-projects/
