Skip to content

Bug in new demo #21

@encocan

Description

@encocan
const x = 'a';

const y = () => {
    const x = 'b';
    
    console.log(x);
}

y();

Output is right in the demo online ('b'), but when I build the code, the demo output is 'a'.

Thought I would let you know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions