delay()Calls a function after a given amount of time. This is very similar to the global setTimeout function.
fn is actually called.[]
fn.timeoutID corresponding to this delayed function call. The global clearTimeout function can be used to cancel this delayed call.This function directly requires the following function which is included automatically:
slice()