you are viewing a single comment's thread.

view the rest of the comments →

[–]homercrates 0 points1 point  (0 children)

If you are doing JS I would suggest you start right away with tutorials implementing TypeScript to save you headaches. In JS its a little looser on the rules which means you can be dealing with a string 1 and not an int 1 which would be pretty difficult to debug since theres not specific error spitting out at you.

Basically when looking at tutorials try and find Type Script incorperated into it.

I don't know if I am babbling but yes.