DSDipali Sharmainsharmadipali14.hashnode.dev00The new Keyword in JavaScript2h ago · 6 min read · Introduction When you first learn JavaScript, objects feel easy, right? But behind the scenes, one tiny keyword I mean new performs a powerful multi step process. In JavaScript, the new keyword is theJoin discussion
DSDipali Sharmainsharmadipali14.hashnode.dev00Template Literals in JavaScript1d ago · 6 min read · Introduction If you are some like me who doesn't code before ES6, then you and me who probably does not have any idea how much painful is to building strings using the + operator. Without Template LitJoin discussion
DSDipali Sharmainsharmadipali14.hashnode.dev00Linux File System Hunting1d ago · 8 min read · Introduction Linux is a free, open-source operating system known for its flexibility, stability, and strong security and it's developed by Linus Torvalds in 1991. It is widely used for personal computJoin discussion
DSDipali Sharmainsharmadipali14.hashnode.dev00Callbacks in JavaScript: Why They Exist2d ago · 8 min read · Introduction In JavaScript, function are more than just blocks of code. Think of it's like VIP guests who can go anywhere a regular variable can go. Because they are "first-class citizens," they aren'Join discussion
DSDipali Sharmainsharmadipali14.hashnode.dev10What is a ReactMar 27 · 13 min read · Introduction React is a JavaScript framework used for building user interfaces (UIs). React was developed by Jordan Walke, a software engineer at Facebook (now Meta), to solve a very specific problem,Join discussion