JavaScript basics for an absolute beginner:
I recently learnt about JavaScript so thought why not share my learnings?
So here I am listing some fundamentals of JavaScript you need to know as an absolute beginner!
1. Two ways of using JS on client: π€
πIn the HTML file,
<head>
<script>
consol...
samyakshah.hashnode.dev8 min read