For a simple formula, I prefer to use the ternary condition rather than using an if
for exemple :
column < 1 ? “Yes” : “No !!”
For a simple formula, I prefer to use the ternary condition rather than using an if
for exemple :
column < 1 ? “Yes” : “No !!”