Using a marker and a white board write a function which will take a number and output numbers down to a 1; the Fibonacci sequence. Considering I wasn't aware of the sequence, I was told what it was and had to solve the task while being watched by the interviewer.
Sigiloso
A function with a loop and a recursive call in it.