PPriyanshuinaboutlinux-by-ps.hashnode.dev·Apr 22 · 5 min readLinux file SystemMost people interact with Linux through commands, scripts, or applications. But beneath that surface lies a highly structured and transparent system where everything is exposed through files. This ass00
PPriyanshuincall-bind-apply.hashnode.dev·Mar 20 · 2 min readMy Custom Css styles projectThis blog is all about my thought process and the steps taken to make the custom CSS project. Problem Statement- Suppose you have something like: <h1 class="Chai-p-2">Hello</h1> This class does NOT 00
PPriyanshuinjsblogs-by-ps.hashnode.dev·Mar 19 · 2 min readDifference b/w HTML collection and NodeListWhen working with the DOM in JavaScript, you’ll often come across two important collection types: HTMLCollection and NodeList. At first glance, they look similar—but they behave quite differently unde00
PPriyanshuinjsblogs-by-ps.hashnode.dev·Mar 15 · 5 min readUnderstanding Object-Oriented Programming in JavaScriptWhen people start learning JavaScript, one concept that appears everywhere is objects. Almost everything in JavaScript revolves around objects, there is a saying that "everything in javascript is an o00
PPriyanshuinjsblogs-by-ps.hashnode.dev·Mar 14 · 6 min readUnderstanding Objects in JavaScriptThe flow of the article will be as follows: Introduction What objects are and why they are needed Creating objects Accessing properties (dot notation and bracket notation) Updating object propert00