Have a React project written in JS that you want to convert to Typescript, but not all at once? This step by step guide will help you with that: https://youtu.be/XqC1m2zJc4Y
Have a React project written in JS that you want to convert to Typescript, but not all at once? This step by step guide will help you with that: https://youtu.be/XqC1m2zJc4Y
javascript : how could a loosely typed, prototype-based, asynchronous language, with complex scoping rules, and a propensity for complex callback loops be possibly dangerous :)
It does make for some fun surprises
I use the javascript console as a calculator, and it is funny when binary <- -> decimal rounding/conversion errors pop up unexpectedly.
This is a good reason to be careful when doing if(x==someNumber) conditionals in your code.