Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Clear category for Remove All Before by RomanKorbutyak
var removeAllBefore = (values,b) => values.includes(b) ? values.slice(values.indexOf(b)) : values
June 13, 2020
Comments: