Pergunta de entrevista da empresa ironSource

Write a function which returns a funtion

Resposta da entrevista

Sigiloso

9 de set. de 2018

function multiply(x) { return function (y) { return x * y; } }