dev-resources.site
for different kinds of informations.
Ternary operater
Published at
12/30/2024
Categories
ternaryoperator
Author
coder_d295cd12743e7d146c7
Categories
1 categories in total
ternaryoperator
open
Author
25 person written this
coder_d295cd12743e7d146c7
open
void main() {
print('Om Namah Shivay');
//ternary
int age = 16;
print(age == 16 ? 'age = 16' : 'invalid');
}
I understood
ternaryoperator Article's
7 articles in total
Ternary operater
currently reading
Some Basic JavaScript Concepts .
read article
Stop using if...else ✋🚫
read article
JavaScript Basic - Conditional Statement, if, else, else if, Ternary Operator, switch
read article
Ternary operator in Python vs Javascript
read article
Quando usar o if?
read article
Find Greatest Number Using Ternary Operator
read article
Featured ones: