Skip to content

Instantly share code, notes, and snippets.

@silppuri
Created October 21, 2013 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silppuri/7080321 to your computer and use it in GitHub Desktop.
Save silppuri/7080321 to your computer and use it in GitHub Desktop.
(function (num) {
console.time("1")
setTimeout(function() {
console.timeEnd("1")
}, num)
})(1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment