JavaScript has Dynamic typing

Benny Kang
Jul 6, 2021

--

JavaScript has Dynamic typing - Do not have to manually define the data type of the value stored in a variable. Instead, data types are determined automatically.

result shows string

--

--

No responses yet