Usually you assign a setTimeout to a variable, if you want to cancel the timeout later.
I've wrote a simple setTimeout in console, and to my surprise, the console returned a number. What is the meaning of this number?
<< setTimeout(function(data){console.log(data)},2000,"data passed as arg");
>> 114