Created
April 1, 2020 00:55
-
-
Save shqld/0f1441bfa2343b77684e23efd8345d02 to your computer and use it in GitHub Desktop.
A bit friendly infinite loop
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 run = () => console.log("loop") || requestIdleCallback(run) | |
run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment