Type Conversion in JavaScript
We have various types of values in JavaScript i.e. integer, float, string, array, boolean etc. We can convert any type of value in another type by using the methods shown below. Firstly we can write the name of the type (having first capital letter) ...
prashanthandel.hashnode.dev2 min read