@Satyam-exxe
Nothing here yet.
Nothing here yet.
May 8 · 6 min read · Authentication is one of those topics every developer eventually runs into. At first it sounds simple: “User logs in, website remembers them.” Easy. But then suddenly people start throwing around wo
Join discussionMay 8 · 3 min read · There was a time when writing strings in JavaScript felt unnecessarily annoying. Especially when variables got involved. You’d start with something simple like this: const name = "Satyam"; const messa
Join discussionMay 8 · 4 min read · At some point while learning JavaScript, arrays feel incredibly easy. You store some values, loop through them, maybe use map() or filter(), and life feels peaceful. Then suddenly JavaScript throws th
Join discussion