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
Anonymous
3. This can be done via Currying (google search)
Check out your Company Bowl for anonymous work chats.