Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const afun = async () => {
- for (let i = 0; i < 10000; i++) {
- console.log(1);
- //for (let i = 0; i < 1e10; i++);
- }
- }
- afun();
- for (let i = 0; i < 100; i++) {
- document.body.innerHTML += 'asd <br>';
- //for (let i = 0; i < 1e10; i++);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement