Created
April 23, 2020 14:45
-
-
Save NyaGarcia/97d58a1d36c3d2ef7eb920fde0b4edb6 to your computer and use it in GitHub Desktop.
Creating an endless loop with generate()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const endles$ = generate({ initialState: 1, iterate: x => +1 }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment