KSKanishka Shashiinjavasblog.hashnode.dev00String Polyfills and Common Interview Methods in JavaScript5d ago · 4 min read · Strings are one of the most commonly used data types in JavaScript. Whether you're building applications or preparing for interviews, understanding how string methods work is extremely important. In tJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00The new Keyword in JavaScript5d ago · 4 min read · When you start working with objects in JavaScript, you’ll often see the keyword new. It looks simple—but behind the scenes, it does a lot of important work. In this blog, we’ll understand: What the nJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00Callbacks in JavaScript: Why They Exist5d ago · 4 min read · JavaScript is powerful because functions are first-class citizens—which means they can be treated like values. One important concept built on this idea is callbacks. In this blog, we’ll understand: WJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00Template Literals in JavaScript5d ago · 4 min read · Working with strings is very common in JavaScript. But earlier, combining strings and variables was not very clean or readable. That’s where Template Literals come in—they make string handling simplerJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00Array Flatten in JavaScript5d ago · 5 min read · When working with data in JavaScript, you’ll often come across arrays inside arrays, also known as nested arrays. Handling them properly is an important skill—especially in interviews and real-world pJoin discussion