Skip to content

case comparison issue #3

@asohn

Description

@asohn

return data.name.indexOf(enteredValue) > -1;

With enteredValue converted to lowercase on Line38, Line 40 is better written as return data.name.toLowerCase().indexOf(enteredValue) > -1;

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