Chrome Debugger is easier to use than you might thinkPlease, don’t tell me you’re still using console.log to debug your application. Ok, everyone does...https://dev.to/this-is-learning/chrome-debugger-is-easier-to-use-than-you-might-think-c8What is Type Coercion in TypeScript?Type coercion means that one type of data is automatically turned into another type, like when TypeScript changes a number into a string. This process is based on JavaScript’s underlying mechanics andhttps://typescript.tv/new-features/what-is-type-coercion-in-typescript/