Learning JavaScript: Day 3
Short session
Learned about where is javascript written in the html file
Inline js is when you create a <script> tag inside the html
Using an external file is when you create a “example.js” file and link script “src” in the html
A browser parses ...
adityarajhblog.hashnode.dev1 min read