Anthony AnimbaAnthony Animba

Designer, Developer & Founder

Available
Me
Back to Articles

Is Learning JavaScript Sufficient for a Career in Tech?

April 21, 2025
JavaScriptTypeScriptWeb DevelopmentCareer Advice
JavaScript code on a screen
JavaScript is a versatile and powerful language.

If you know JavaScript can fulfil all your current and future goals/needs, then yes. It’s a hard language to learn, so if you eventually choose to delve into something like Python, or even most things (coding and non-coding) for that matter, they will seem like child’s play.

I’d recommend learning TypeScript (upgraded JavaScript) asap as it will reduce the amount of errors you encounter in your applications drastically which will help keep you going during your learning period. They really aren’t much different and a big regret of mine was not switching to it sooner, as someone who also comes from a design background.

The most important thing when learning to code is to get really good at one language (pretty much everything can be built with JavaScript/TypeScript anyway) because it’s the discipline and mental frameworks you build for yourself that matter. These can always be transferred.

Break problems down into smaller problems whenever possible to reduce overwhelm, and if you choose a web framework to learn I’d recommend using Svelte over React or Next.js as it is MUCH easier and more user-friendly.