Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Fixed possible issues with your js. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed possible issues with your js. #17

wants to merge 1 commit into from

Conversation

Aristona
Copy link

I used JSLint on your JS to fix potential issues.

  1. Cleaned trailing whitespaces.
  2. Removed unnecessary semicolons.
  3. Added necessary semicolons.
  4. 0 value should be checked using === or !==
  5. Fixed a possible bug where same variable was being declared thrice.

I used JSLint on your JS to fix potential issues.

1. Cleaned trailing whitespaces.
2. Removed unnecessary semicolons.
3. Added necessary semicolons.
4. 0 value should be checked using === or !==
5. Fixed a possible bug where same variable was being declared thrice.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant