Skip to content

Instantly share code, notes, and snippets.

@patricoferris
Created July 28, 2018 10:57
Show Gist options
  • Save patricoferris/7667e166c617fa8bdb16309e9269e89c to your computer and use it in GitHub Desktop.
Save patricoferris/7667e166c617fa8bdb16309e9269e89c to your computer and use it in GitHub Desktop.
//Minified Code - A 22.83% Compression saving 0.02kB
const arr=[1,2,3,4,5];for(let a=0;a<arr.length;a++)console.log(arr[a]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment