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

Improve syntax + code formatting #39

Closed
wants to merge 3 commits into from
Closed

Improve syntax + code formatting #39

wants to merge 3 commits into from

Conversation

Matheus-gs
Copy link

Hi! I just made some changes to improve code syntax and formatting.

First changes:

Replacing != with !==
Replacing == with ===

To strictly check both value and type. This is generally a good practice if you want to ensure strict equality.

Second changes:
Removing an unused event parameter

Last changes:
Running alt + shift + f for better code formatting. Formatting the code consistently improves readability and makes it easier for others to understand.

@Matheus-gs Matheus-gs closed this Dec 1, 2023
@Lobohombo
Copy link

Lobohombo commented Dec 1, 2023 via email

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.

2 participants