Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Yunhulalala opened this issue Dec 24, 2024 · 0 comments
Open

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

Yunhulalala opened this issue Dec 24, 2024 · 0 comments

Comments

@Yunhulalala
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant