What is type coercion in javascript?
Anonym
Type coercion in JavaScript refers to the process of automatically converting one data type to another. Type coercion occurs when the JavaScript engine converts a value from one type to another in order to perform a certain operation or comparison.