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

JvaScript best practis #7

Open
1 task
codehass opened this issue Dec 13, 2022 · 0 comments
Open
1 task

JvaScript best practis #7

codehass opened this issue Dec 13, 2022 · 0 comments

Comments

@codehass
Copy link
Owner

if (checkbox.id > 0) {
id = checkbox.id - 1;
} else {
id = 0;
}

if (checkbox.checked === true) {
checkstat = true;
} else if (checkbox.checked !== true) {
checkstat = false;
}

  • I can use one line (condition? true_expression : false_expression).
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