Skip to content

9.1 Tasks, there is a mistake in sandbox for the task,  #1236

Open
@Yunhulalala

Description

@Yunhulalala

Note that in your code, there is a mistake in "if (mins < 10) min = '0' + mins;". It should be "mins" instead of "min". The correct way to write it is "if (mins < 10) mins = '0' + mins;".
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions