#javascript
Read more stories on Hashnode
Articles with this tag
Q1. Expression v/s Statement ? Expression: An expression is a piece of code that produces a value. It can be a simple value like a number or a...
<!-- Linking an external JavaScript file --> <script src="path/to/your/script.js"></script> ๐Reference - JS Cheat Sheet Q1. What is the...