#javascript
Read more stories on Hashnode
Articles with this tag
IntroductionIn this article, we will learn about the difference between Type and reference errors. Type ErrorThe error occurs when you use something...
The console is basically a CLI in our browser that can execute snippets of code.console is basically an object, it is a property of a window object...