Search Results

3
votes

Is “Partial Function Application” a misnomer in the context of Javascript?

Technically you're creating a brand new function that calls the original function. So if my understanding of partially applied functions is correct, this is not a partially applied function. A part …
0
votes

Difference between Array.slice and Array().slice

My guess is that Array is a prototype while Array() is an actual array object. Depending on the JavaScript interpretation, directly calling the prototype method of a builtin object type might work …
0
votes

Nested Set model in PHP/Javascript to work with MySQL

I know it's not the toolkit you're looking at, but Dojo has a very good and very flexible hierarchical tree component. I'm pretty sure it allows …