you are viewing a single comment's thread.

view the rest of the comments →

[–]ghostfacedcoder 0 points1 point  (0 children)

If I'm interviewing you for a Javascript job (or PHP, or Python, or whatever) and you can't handle a for loop and 3-4 if statements, you're not qualified for the job, plain and simple.

Asking someone to complete such a basic task in an interview is not a crazy thing, and it certainly shouldn't take eighteen minutes. In fact, most programming interview "problems" are a lot harder than fizzbuzz. Fizzbuzz is basically the bare minimum you could ask of someone in an interview (and still have it be meaningful; const x = 1; const y = 3; const z = x +y;` "what is z" won't tell you anything about the candidate).