pull down to refresh
https://m.stacker.news/26006
I like ternary for a one off condition but if-else for anything that might get nested later down in the block of code
I like ternary for a one off condition but if-else for anything that might get nested later down in the block of code