var immediateID = setImmediate(func, [param1, param2, ...]); var immediateID = setImmediate(func); // only works with node js and internet explorer // you can use settimeout with 0 time instead