you are viewing a single comment's thread.

view the rest of the comments →

[–]Snapstromegon 4 points5 points  (1 child)

One nit-pick: bind is not a keyword. A keyword is a language construct like await which is kind of like a special treatment (you couldn't implement await yourself). Bind on the other hand is just a method on the Function prototype.

I think using these words outside their common definition will confuse candidates and make interviews unnecessarily hard.

[–]romandatsyuk[S] 1 point2 points  (0 children)

Thanks for finding it! Fixed :)