Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 833 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 833 Bytes

Cracking the Coding Interview (6th Edition) solutions in javascript

I decided to create this repo to help other javascript guys (aka Front End Engineers/Developers) like myself to prepare for technical interviews.

From my experience doing docens of interviews, I've concluded that most of the companies looking for front end related developers, at some point of the interview process will ask you some sort of coding question(s), involving problem solving, algorithms and data structures.

Since javascript will most likely be your strongest language for interviewing, I encourage doing a lot of coding practice with vanilla javascript, using all its built-in functions, data structures, features, etc. I've also found that regular day to day work is not enough to get really good at solving algorithmic problems in javascript.