Pergunta de entrevista da empresa ValuePenguin

The code challenge was a tricky one: write a function that takes two strings and removes all instances of stringA from stringB. In-person interview pairing: write a function that takes a roman numeral and returns it as an integer. Test driven with Mocha.

Resposta da entrevista

Sigiloso

9 de out. de 2015

Code challenge: recursive function pairing interview: for loop and switch statement.

3