Pergunta de entrevista da empresa Kinvey

Questions oriented around the Node.js event loop and specific reasons why and how it exists. Programming on whiteboard: Write a function that outputs a number's factorial.

Resposta da entrevista

Sigiloso

10 de out. de 2015

I wrote a recursive attempt just for show, and mentioned that I was pretty sure JavaScript doesn't do tail recursion; it probably would be not so great for large numbers.