Skip to content

Instantly share code, notes, and snippets.

@maaduukaar
Created June 4, 2018 22:44
Show Gist options
  • Save maaduukaar/f363495d494af817f2327d7355cd4d05 to your computer and use it in GitHub Desktop.
Save maaduukaar/f363495d494af817f2327d7355cd4d05 to your computer and use it in GitHub Desktop.
Another var of for cycle
let i = str.length;
while (i--) {
str.charAt(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment