I have a series of if statements that output different strings from corresponding lists based on the input (feelsLike).
Initially, it identifies the range in which feelsLike falls and then concatenates all items in the list into the string. When checking the console, even though feelsLike is 14, it seems to execute the console.log statement within the second if statement (6 <= feelsLike <= 9). Can someone kindly point out what mistake I might be making?