Skip to content

Instantly share code, notes, and snippets.

@ashwinkumar2438
Last active March 20, 2021 12:26
Show Gist options
  • Save ashwinkumar2438/b0d409fd986917ea95293c9a140a9bfc to your computer and use it in GitHub Desktop.
Save ashwinkumar2438/b0d409fd986917ea95293c9a140a9bfc to your computer and use it in GitHub Desktop.
let fakearray={
*[Symbol.iterator](){
let i=0;
while(i<10){
i++;
yield i;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment