edit comment

pull/113/head
Kamrul Islam Shahin 5 years ago
parent 36288a0ac7
commit 4376ba15fb

@ -395,7 +395,7 @@ if(index != -1) {
} else { } else {
console.log('This fruit does not exist in the array') 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 // we can use also ternary here
index != -1 index != -1

Loading…
Cancel
Save