JS bc it has many use cases and it's easy
same here :) the JS ecosystem is very vibrant and there are a lot of great projects that use it.
agreed with this, although having to type console.log
to print sucks a ton
True - sometimes I just write const print = console.log
at the beginning of my code so it’s easier.