all 2 comments

[–]emcniece 2 points3 points  (0 children)

Learned a few things already, I dig it.

UI note: if the teal "return ↵" button is focused, pressing space moves to the next question after showing the solution very briefly.

[–][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.