Stop Using 100 Variables: How JavaScript Objects Save Your Sanity
Consider you are building a social media platform for your college. You can store data in individual variables:
const username = "anon.codes";
const followers = 1240;
const bio = "building stuff on th
blog.saumyagrawal.in9 min read