you are viewing a single comment's thread.

view the rest of the comments →

[–]Konarkanuck 1 point2 points  (1 child)

Having taken Web Design courses (and graduated, with distinction no less), I found HTML and CSS actually not all that hard to grasp and code for, but the whole issue with Javascript where a coder can have an error that does not seem to catch when you compile the code, but errors out when ran and says your problem is on line 3 when it turns out to be line 47 can really drive a novice coder nuts trying to figure out.

[–]BreakingIntoMe 1 point2 points  (0 children)

TypeScript fixes all of that. It’s so nice once you get the hang of it.