Posts by Mauricio Soares • 121 points
1 post
-
2
votes5
answers631
viewsA: If Else with functions
You can leave your code smaller also using ternaries: (a > 1) ? save() : noSave()
1 post
2
votes5
answers631
viewsYou can leave your code smaller also using ternaries: (a > 1) ? save() : noSave()