Tag: Javascript

Vue Not Updating When Changing Array

July 11th, 2021

Today I had a problem with Vue.js not updating when I changed content in an array. Here's how I resolved it.

How To Get The Last Entry In A Javascript Array - The Modern Way

September 29th, 2022

Getting the last item in a Javascript array can feel a bit yukky. Luckily for us, there's now a new way of doing it.