Skip to content

Instantly share code, notes, and snippets.

@xk
Created July 6, 2012 18:59
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 xk/3062084 to your computer and use it in GitHub Desktop.
Save xk/3062084 to your computer and use it in GitHub Desktop.
js_vs_c.js
//2012-06-28 js_vs_c.js
var c= 0;
var t= Date.now()+1e3;
while (c++, (now= Date.now()) < t) ;
console.log(c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment