Type Coercion in JavaScript
Type Coercion
JavaScript is a loosely typed language.This means variables do not have fixed types.A variable can hold a number at one moment and a string at the next.
Because of this flexibility, JavaScript often converts values automatically.This pr...
javascript-beginner-articles.hashnode.dev4 min read