SMSiddharth Markoinmakesomenotes.hashnode.dev·Jan 7, 2024 · 2 min readReact Router: Declarative vs. Programmatic RoutingMethod 1: Declarative Syntax (BrowserRouter, Routes, Route) Key Features: Declarative: Define routes directly within JSX, making code more readable and maintainable. Simple: Ideal for most React applications with straightforward routing needs. Com...00
SMSiddharth Markoinmakesomenotes.hashnode.dev·Apr 27, 2023 · 2 min readGlimpse of Servlet (prerequisites Oops)"Servlet ko samajhne ke liye Java mai oops ke concept ek thik thak pata hai to acha hai." Servlet ka use kese karte hai (Level 1) Servlet ko use karne ke liye hame class extends karna hota hai jese Generic and HttpServlet Class ye do class commonly u...00
SMSiddharth Markoinmakesomenotes.hashnode.dev·Nov 15, 2022 · 1 min readGET CSS declaration blockCSSStyleDeclaration Object getComputedStyle() - The getComputedStyle() method returns a CSSStyleDeclaration object. cssText - Sets or returns the textual representation of a CSS declaration block`length - Returns the number of style declarat...00
SMSiddharth Markoinmakesomenotes.hashnode.dev·Nov 11, 2022 · 1 min readMethodsetInterval() setInterval(func, delay, arg0, arg1, /* … ,*/ argN) function - A function to be executed every delay milliseconds.code - An optional syntax allows you to include a string instead of a function,delay Optional - The time, in millisecond...00
SMSiddharth Markoinmakesomenotes.hashnode.dev·Nov 9, 2022 · 2 min readiframeAttributes - Global Attributes include Allow = Specifies a feature policy for the Feature policy= allows web developers to selectively enable, Disable, and modify the behavior of certain features andAPIs in the browser Referrerpolicy = Specifies...00