how to search an element in an array 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)