-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order by importance #208
Comments
In mid/senior-level interviews there are chances of live code sessions, where questions are about fundamental concepts or you would need to know fundamental concepts or understand how the language works to answer. A basic example will be if they put some timeout and promises printing logs and ask you in what order the logs are going to be printed You can check out the logic here. |
2 years later, I'm sure I haven't had to think about the call stack once in my real work. (I got pulled over by some email alerts) But - just tossing in another vote for that! : ) |
i think order will be from basic to advance to get learn things feasibly |
I'm not a prolific JS dev or anything, but "Call Stack" being
#1
seems pretty unimportant. Most if not ALL devs I've ever worked with know very little about this. I'm not saying it isn't important (at least at a base level of understanding) but - is it the most important thing on this list if you were trying to teach your friend?The text was updated successfully, but these errors were encountered: