|
|
|
|
|
by eric_h
4209 days ago
|
|
I've used this gist: https://gist.github.com/erichummel/2595398 a few times in interviews to see just how much of a javascript whiz candidates were. The basic gist of the interview question is "what is output to the console when this code is run?" It's obviously intentionally obfuscated, so even if the candidate got it wrong (most did), subsequently talking through the solution told me a lot about how good a candidate was at static analysis and talking through a problem. |
|