Variables and Data Types in JavaScript
Data Type in JavaScript
JavaScript is a dynamically typed language, which means you don't need to specify the data type explicitly when declaring a variable. The data type of a variable is determined automatically based on the assigned value
JavaScri...
blogs.subhamsingh.in2 min read