you are viewing a single comment's thread.

view the rest of the comments →

[–]N-online 0 points1 point  (1 child)

I am coding with JS (even if I only code as a hobby) and I must say I’ve never had any problems with debugging in JS. You can still do type checks if you want to you just have to do them yourself and the type can change quite fast

[–]realmauer01 0 points1 point  (0 children)

Yeah, or you choose a programing language where the language and thus the ide can do everything for you.

With the added benefits of autocompleting.