NPNikhil Prasharinnikhilprashar.hashnode.dev00Linux File System1d ago · 8 min read · What is File System and Why it's needed. Problem Statements:- So, what's the problem statement? Why do we need a file system? Once we understand the problem, we can understand what a file system is Join discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00String PolyfillsApr 15 · 5 min read · What string methods are. Before looking at string methods, you should first understand what methods are. As we all know, in JavaScript everything is treated like an object. So whenever you use any daJoin discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00Map and Set in JavaScriptApr 15 · 6 min read · What Map is. A Map is a data structure that stores key-value pairs. It's similar to an object, but it's more powerful than an object because it stores the order of values in the same order they wereJoin discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00The new keyword in JavaScriptApr 15 · 6 min read · What the new keyword does. So let's first understand the problem statement, Why do we use the new keyword? The problem was that we need to dynamically create objects. We want to add values to objecJoin discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00Understanding the this keyword in JavaScript.Apr 15 · 6 min read · What this represents. This is a very important topic in JavaScript because the this keyword exists only in JavaScript. Just like every language has control statements, this is something special that iJoin discussion