Changed description from
" You should have filtered out all values from the array that are greater than 5 " to "You should have filtered out all values from the array that are less than 6 "
Updates as requested on PR #10912
Changed
You should have filtered out all values from the array that are greater than 5.
to
<code>newArray</code> should be an array containing only the values from <code>oldArray</code> that are less than 6.