I've got this array.
const array = [0, 5.476, 11.251, 31.916, 44.007, 53.911, 58.628, 65.729, 75.222, 88.849, 100]
How would I go about only returning values between 23.419 and 46.839 without calling by index. I wouldn't be surprised if there's a native function for this, as to why my question is short. Thanks.