Update 04_day_conditionals.md

pull/809/head
Henry Hart Alegrado 3 years ago
parent ece6e73911
commit 325827f17e

@ -297,7 +297,7 @@ isRaining
You are 5 years older than me. You are 5 years older than me.
``` ```
1. If a is greater than b return 'a is greater than b' else 'a is less than b'. Try to implement it in to ways 1. If a is greater than b return 'a is greater than b' else 'a is less than b'. Try to implement it in two ways:
- using if else - using if else
- ternary operator. - ternary operator.

Loading…
Cancel
Save