003_Javascript_DataTypes
Javascript is a dynamically typed programming language, meaning that there are data types but variables are not bound to any of them. Hence, a variable can at one moment be a number and at another be a string.
There are eight basic data types in Java...
manishtanwar.hashnode.dev