Mike Mackay

Using JavaScript, we can count the length of time a user hovers their mouse over a certain element.
The counter is initiated when the user “moves into” the content area. When their mouse leaves,
JavaScript returns the elapsed time (in seconds) and will display it to the user.

Move your mouse over this block, then, after a short time move it out.