so like imagine I have an array like this
names = ["Alex", "David", "Hanna"]
so I want to get the length of the characters like Alex is 4 characters long and If I get an odd length I want to show that as an output. I can't figure out how to do it.