search an elemett in an aray code example
Example: search no of item in array
let alligator = ["thickscales", "tail", "rounded","12"];
console.log(alligator.length)
let alligator = ["thickscales", "tail", "rounded","12"];
console.log(alligator.length)