jQuery setTimeout() Function Examples

Oops. Good point.
Where I was testing with such a short delay, the difference wasn’t noticeable, but doing:

setTimeout(person.introduce.apply(person, ["apply"]), 5000);

Still logs the result straight away, as, as you say, the function is invoked immediately.
I’ve updated the article.