Understanding Objects in JavaScript
Intro
Objects in JavaScript are like little containers that hold related info together. Instead of having a bunch of separate variables for name, age, city etc, you group them into one thing. Super us
playwithjs.hashnode.dev3 min read