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
Utilisateur anonyme
3. This can be done via Currying (google search)