From 4376ba15fb53dcac18eb0a3906692c721e6a03a8 Mon Sep 17 00:00:00 2001 From: Kamrul Islam Shahin <44506464+shahin-cuet@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:21:42 +0600 Subject: [PATCH] edit comment --- 05_Day_Arrays/05_day_arrays.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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