Create a money exchange calculator, that is bi-directional, as in $ -> €, € -> $. It covers basic arithmetic, event handling and maybe include an API call to one of the exchange rate API providers for ajax / JSON. The HTML / CSS should be based on a popular framework like bootstrap or foundation.
Also some basic questions that test theoretical knowledge like difference between null and undefined, prototype chains, function scope, module pattern etc.