Understanding Dynamic Typing in JavaScript
Purpose
I wrote this article to explain dynamic typing in JavaScript — and why we don’t need to declare data types when creating variables.
What is Dynamic Typing?
In JavaScript, we do not need to tell the language what kind of data (like a number, ...
vinita-blog.hashnode.dev4 min read