454 Views
Since JavaScript is a dynamically typed programming language, data types of objects and variables can change on the fly. This a problem that we'll face often as we write more and more JavaScript programs. There're a few things to be aware of with type coercion, which is the conversion of data types on the fly during program execution.
0 comments