Skip to content

Instantly share code, notes, and snippets.

@rd13
Created July 7, 2023 10:55
Show Gist options
  • Save rd13/c926d2a1331b7d0aaf545e243209dff1 to your computer and use it in GitHub Desktop.
Save rd13/c926d2a1331b7d0aaf545e243209dff1 to your computer and use it in GitHub Desktop.
js test
const array = [...new Array(10000,)].map((_,i) => i);
const a=array[Symbol.iterator]()
let b=a.next()
do;
while(!b.done)
const b = 234234324234;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment