Skip to content

UI breaking while pasting a code snippet #51

@Suraj-bhan

Description

@Suraj-bhan

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);

This is error I am getting.
image

When I pasted the same on another compiler, It worked completely fine.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions