const oddFiltration = (arr) => { const result = arr.filter(n => n%2); return (result); } //if you find this answer is useful , //upvote ⇑⇑ , so can the others benefit also . @mohammad alshraideh ( ͡~ ͜ʖ ͡°)