Frage im Vorstellungsgespräch bei ironSource

Write a function which returns a funtion

Antwort im Vorstellungsgespräch

Anonym

9. Sept. 2018

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