DEV Community

Imran Khan
Imran Khan

Posted on

2 1 1 1 1

JavaScript Journey Complete: What's Next?

Just finished studying JavaScript, including the Date object! 📅 Learned key methods, UTC vs local time, and much more. With that, I’ve finished studying JavaScript from fundamentals to advanced topics. Now ready to create some awesome projects! 🚀

What should I learn next? 🤔

Top comments (6)

Collapse
 
ben profile image
Ben Halpern •

Try Python! (But also keep going deep into JS topics)

Collapse
 
programmerraja profile image
Boopathi •

This is awesome! I'm currently learning JavaScript too, and I'm really interested in learning React next. What are you planning on building?

Collapse
 
imrancodes profile image
Imran Khan •

I'm also excited about React! But first, I'm going to learn version control and Tailwind CSS, and then dive into React. I just built an interactive to-do app—check it out! Can't wait to make more awesome projects!

Collapse
 
otienosalim profile image
Stephen •

This awesome! kindly share the resources currently learning javascript and planning to learning react next...

Collapse
 
imrancodes profile image
Imran Khan • • Edited

Here’s the link to the playlist you're asking for: playlist. The videos are in Hindi Language, but they should still be really helpful if you're okay with that!

Collapse
 
gmurambadoro profile image
Gavin Murambadoro •

I suggest you start building web applications. That way, the challenges you start facing when developing the applications will guide you to what you should learn next.

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video