Pregunta de entrevista de Wix

Javascript codding questions: 1. prototype questions and coding example 2. split a string into a string with spaces ("hello".split('').join(" "); 3. Make this syntax possible: var a = add(2)(3); //5

Respuesta de la entrevista

Anónimo

1 jul 2019

3. This can be done via Currying (google search)