Vanilla JavaScript reverse an array
You will often want to reverse an array in JavaScript, imagine you're receiving data based on a date, but you want it to show it reversed in the frontend.
This is where the JavaScript reverse method comes in handy.
It's a super cool array method, and...
h.daily-dev-tips.com2 min read