Which Option is Best for a Solo Developer: JavaScript or TypeScript?

As an individual developer tackling projects on your own, do you lean towards using JavaScript or TypeScript?

I would like to understand your choice and the benefits you see with your preferred language, be it simplicity, community resources, or overall efficiency in solo projects. Please share your experiences and any practical examples or tips that have influenced your selection, so others can benefit from your insights.

i lean towards typescript coz it catches alot of bugs early on. feels like less work debugging at run-time which is a lifesaver on my small projects. sure sometimes its a bit verbose but honestly it pays off in the long run.