DEV Community

Discussion on: A basic JavaScript course is NOT enough - Do these 5 things!

Collapse
 
madza profile image
Madza

codewars is especially awesome for pre-interview phase

Collapse
 
arnoldgee profile image
Arnau Gómez

That's right! Cracking the interview is tough and algorithms daily practice is the way in. Do you think I should read a book on algorithms too?

Collapse
 
madza profile image
Madza

In the pre-interview phase, I would study some docs/books on data structures and algorithms and try to apply them to real problems in codewars...

Collapse
 
codinglanguages profile image
Your DevOps Guy

I recommend this post on how to prepare technical interviews, where I list resources that you'll find useful.

dev.to/codinglanguages/how-to-ace-...

Thread Thread
 
arnoldgee profile image
Arnau Gómez

Thanks for the resource! It'll definitely help.