© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
John Dawson
Software Engineer
That last example should use a ternary and proper English ;-)
console.log((age >= 18) ? `I am eligible to vote.` : `I am not eligible to vote because I am ${resultantYears} years under voting age.` );
The Revealer
Smart contract engineer | Security researcher
I'll note this.... will eventually make some changes. THANKS