Global

Members

(constant) fortunes :Array.<string>

Array of strings that represent possible To-Do's
Type:
  • Array.<string>
Source:
See:

Methods

(async) fortuneService(whenDone)

Method simulates asynchronous behaviour to deliver a random fortune
Parameters:
Name Type Description
whenDone callback function that executes when timeout completed
Source:

id(x) → {T}

Returns the Input
Parameters:
Name Type Description
x T input of any type
Source:
Returns:
x of the same type
Type
T