diff --git a/05_Day_Arrays/05_day_arrays.md b/05_Day_Arrays/05_day_arrays.md index 6922ea2..23e4dc9 100644 --- a/05_Day_Arrays/05_day_arrays.md +++ b/05_Day_Arrays/05_day_arrays.md @@ -395,7 +395,7 @@ if(index != -1) { } else { console.log('This fruit does not exist in the array') } -// This fruit exists in the array +// This fruit does exist in the array // we can use also ternary here index != -1