Setting the time wrapper for the execution of a function ...
{% highlight html linenos %}
console.time(programTimer,"Square It Time"); 
var programTimer; {
    Execute Function Inside This Code Block
}
console.timeEnd(programTimer,"Square It Time");
{% endhighlight %}
Keep a-track of your coding time.

Finito! ...