-
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
I am pasting this code in text box and the ui is breaking.
console.log("3…"); setTimeout(() => { console.log("2…"); setTimeout(() => { console.log("1…"); setTimeout(() => { console.log("Happy New Year!!"); }, 1000); }, 1000); }, 1000);
When I pasted the same on another compiler, It worked completely fine.

Metadata
Metadata
Assignees
Labels
No labels
