MManikandaninmanismk.hashnode.dev·Jun 6, 2022 · 4 min readHoisting and Temporal Dead Zone in JavascriptBefore getting into the details of hoisting and temporal dead zone, Let's see a code snippet to see the pitfalls of hoisting. So that we can handle it in a better way. In the below code snippet we trying to clear the cart when the noOfProducts is emp...00
MManikandaninmanismk.hashnode.dev·May 29, 2022 · 4 min readClient-side Web Storage APIsAs a developer, we all know that making a request from the server for every data will take time, and also it will be costly. To overcome this web browsers provide an API to store the user-specific data in the browser. Let's see about the client side ...00
MManikandaninmanismk.hashnode.dev·Aug 17, 2021 · 3 min readHow to make a Button accessible?How to make a Button accessible? Please take look at my previous blog about accessibility. I have chosen first to cover making button accessible because as the button is the main call to action for a website and we use more no of buttons in the web...00
MManikandaninmanismk.hashnode.dev·Aug 16, 2021 · 2 min readWhat & Why Web Accessibility?What is web accessibility? Accessibility is making a website accessible for all the person which includes people with disabilities. Let's first see what are disability and its types. Disability and its type. Disability is of 3 types permanent, tempor...00