← Home

Tag: javascript

Convert React Javascript project to Typescript - one file at a time

@date=2024-11-12
@tags=react, javascript, programming, youtube

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

The joys of JS

@date=2015-01-29
@tags=javascript

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

Javscript for math

@date=2014-12-19
@tags=javascript

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.