-
Notifications
You must be signed in to change notification settings - Fork 0
Util.Numer.odd
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
if the number is odd or not
type: Boolean
let numer1 = new Numer(1);
let numer2 = new Numer(2);
numer1.odd; // true
numer2.odd; // false