Skip to content

Missing const #1222

Closed
Closed
@morgan121

Description

@morgan121

Looks like line 19, 20 and 22 of this file are missing the word const? meant the example errored when I tried to test it locally

removeDollarSign = value => (value[0] === '$' ? value.slice(1) : value)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions