diff --git a/03_Day_Booleans_operators_date/03_booleans_operators_date.md b/03_Day_Booleans_operators_date/03_booleans_operators_date.md index bb376ae..16f952c 100644 --- a/03_Day_Booleans_operators_date/03_booleans_operators_date.md +++ b/03_Day_Booleans_operators_date/03_booleans_operators_date.md @@ -297,7 +297,7 @@ console.log(count) // -1 ### Ternary Operators Ternary operator allows to write a condition. -Another way to write conditionals is using ternary operators. Look at the following examples: +Later we'll see another way to create conditionals. Look at the following examples: ```js let isRaining = true