I'm have several if statements which prints out the strings from corresponding list depending on the input (feelsLike).
First it prints out the range in which feelsLike is in and then adds everything in the list to the string. From the console, we can check that feelsLike is 14 but somehow it executes the console.log in the second if statement (6 <= feelsLike <= 9). Can you please tell me what I'm doing wrong?