JavaScript and TypeScript are both popular languages for web Devs. TypeScript allows you to include types in your script, something like Java I guess. So is it worth learning TypeScript or is JavaScript enough? Does one have perks over the other and how?
You could just stick with JavaScript. It is totally enough. Though, if you want to learn TypeScript it isn't that hard especially since valid JavaScript is valid TypeScript so if you think that for your project you really only need types to be more concise, you only do types. If you think you only want interfaces, you only do interfaces.