Revision history of "Javascript"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:45, 29 June 2018Rafahsolis talk contribs 406 bytes +406 Created page with "== Sleep == The code <source lang="javascript">function sleep(milliseconds) { var start = new Date().getTime(); for (var i = 0; i < 1e7; i++) { if ((new Date().getTim..."