Javascript Array Methods
Picture this: You’re debugging a feature at 11 PM. An API returns an array of user IDs. You need to add a new ID to the end, then remove the first one, then double every number. You write push(), shif
glitch-guy0.hashnode.dev7 min read