Skip to content

Conversation

@TahaAsif
Copy link
Contributor

few errors resolved

@smtaha512
Copy link
Contributor

  • The pull request is messy. Follow this article to improve the future Pull Requests.
  • Use const if the variable is never reassigned, otherwise use let, instead of var.
  • Do not make pull request with the commented code.
  • Always use === instead of ==.
  • Do not use single letter variable names.

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

Successfully merging this pull request may close these issues.

3 participants