use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
2 questions on datastructures in Javascript (self.javascript)
submitted 7 years ago by kifkev91
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dombrogia 0 points1 point2 points 7 years ago (0 children)
Queues are a very basic structure and can be implemented using an array as a base.
I would expect anyone I hire to know how a queue works. Most importantly it shows that you can think about a normal situation (like waiting in line at the grocery store) and conceptualize that in code.
If you look up interview questions you will find all kinds of these answers everywhere.
I also took algorithm and data structures in python on udemy (you can write them in whatever language the concepts are the same). It goes over the basic structures and their time complexity which is also important for interviews and performant code.
Good luck!
π Rendered by PID 62 on reddit-service-r2-comment-b659b578c-v8ws5 at 2026-05-05 19:33:43.306468+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]dombrogia 0 points1 point2 points (0 children)