DEV Community

Cover image for JavaScript SDE Cheat Sheet
Prashant Yadav
Prashant Yadav

Posted on • Originally published at learnersbucket.com

7 2

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.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (1)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Great resources thanks for sharing them all.

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay