mirror of
https://github.com/DopplerHQ/awesome-interview-questions.git
synced 2026-01-16 16:46:44 +01:00
[PR #257] Remove "Top 85 Javascript Interview Questions" #268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/DopplerHQ/awesome-interview-questions/pull/257
Author: @eschwartz
Created: 2/10/2022
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (1)
a246473Remove "Top 85 Javascript Interview Questions"📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
README.md(+0 -1)📄 Description
Has several incorrect/incomplete/misleading answers
For example:
It's wrong to suggest that server-side languages are inherently slower. Usually I would expect the opposite (especially comparing compiled vs. interpreted languages.)
Not sure what it means that Java is "complete" and Javascript is not. Either way, there are much more interesting differences between the languages (java is strongly typed, it is compiled, it runs on a JVM, etc.)
Kind of... but
isNaN('3')returns false, even though3is not a number (it's a string).Any of these answers given in an interview would indicate some lack of understanding of JS to me. In other words, not awesome 😉
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.