Introduction:
Welcome to the world of TypeScript, where static typing and advanced features make JavaScript development more robust and manageable....
For further actions, you may consider blocking this person and/or reporting abuse
Just a heads up that you can add highlighting to the code blocks if you'd like. Just change:
... to specify the language:
More details in our editor guide!
Thanks @kurealnum! I've highlighted the code block based on the language. Appreciate the tip!
Typescript is amazing ! I canβt imagine not using it. Vanilla JS feels like coding blindly since I donβt get warnings, completions, etc.
Tip for your article: you can highlight the code using dev.to/hoverbaum/how-to-add-code-h...
Glad you're loving TypeScript! It does provide that extra safety net compared to Vanilla JS. Thanks for the tip on highlighting code.
A really good article for anyone interested in learning typescript. One good reason and why I strongly recommend typescript, is your code becomes self documented, and later easier to read. π
Thanks! Glad you found the article helpful!
Honestly, I'm afraid. Because I didn't work on a huge projects, I think is useful in that case. On small projects I'm still prefer Vanilla JS.
Starting with Vanilla JS for small projects is smart. TypeScript excels as projects grow bigger.
Happy Coding!