Takes in an array of strings and returns a new array that contains only the strings that have an odd number of characters javascript code example
Example: https://javascript array
let fruits = ['Apple', 'Banana']
console.log(fruits.length)
// 2
let fruits = ['Apple', 'Banana']
console.log(fruits.length)
// 2