This AI is still in early stages of development.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Create a new function based on an existing function but with some parameters pre-defined.

For more info on currying, see Wikipedia.

Availability

Util.js v0.5 and above.

Syntax

 

Parameters

 

Return value

 

Example

 

See also

  • uCompose – create a new function by merging two existing functions
  • Curry – I based my uCurry function on code samples from this blog.
  • No labels