1 line
38 B
TypeScript
1 line
38 B
TypeScript
var testValue = 3 > 2 ? true : false;
|
var testValue = 3 > 2 ? true : false;
|