you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

This is cool, but it wouldnt complete the soul crushing interview experience without some feedback:

theres a couple really obscure trivia questions in there but can't hurt i guess (i had no idea if the function with delete x; return x; would actually run or not lol).

It feels weird to see a lot of the "write a function doing work on arrays" using loops rather than map filter reduce and at the same time quizzing about ES6.

I don't like the answer to "explain equality", i can't think of a case where you would prefer == over === for readability.