const value = 2; const v1 = value === 0 ? 0 : 1; const v2 = !value ? 0 : 1;
Join the Discord to ask follow-up questions and connect with the community
The best chat community for professionals using React or React Native
76,952 Members