Sollicitatievraag bij 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

Antwoord op sollicitatievraag

Anoniem

1 jul 2019

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