DEV Community

Cover image for JavaScript SDE Cheat Sheet
Prashant Yadav
Prashant Yadav

Posted on • Originally published at learnersbucket.com

JavaScript SDE Cheat Sheet

I am currently running #250DaysOfJSQuestions on twitter where I share one JavaScript interview questions daily, follow me on twitter @learnersbucket for web dev and interview related content.

In 2019 January, during the lockdown, I had started solving problems in JavaScript and writing articles on it on my blog, over the time I have solved 300+ problems. This cheat sheet contains list of problem that can be asked to a JavaScript dev.

This is a curated list of solved problems in JavaScript categorized on the type & nature of the problem which you can refer to and use as a cheat sheet for interview preparation.

It contains Data Structures & Algorithms, functions, async, closure, & hoisting-related problems.

DataStructures


Algorithms

It contains only the important ones, you can checkout the whole list here.


Sorting


Searching


JavaScript specific problems.

I am currently working on this list, these are few random questions, you can find the full list here.


JavaScript projects.

More questions will be added to it as and when I write them.

Oldest comments (1)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Great resources thanks for sharing them all.