Update 04_day_conditionals.md

pull/806/head
Henry Hart Alegrado 2 years ago
parent 9d274dc8d3
commit 9ef6bcfe98

@ -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