13 followers
Hi 👋 I am Palash, a passionate programmer & front-end developer. I like to share HTML, CSS, JavaScript and web development tips & tricks and try to explain them in a simple manner. Happy Coding!
Hi everyone 👋 Today I wanted to share with you the Ultimate Cheatsheet Compilation. I hope aspiring/new developers will find this compilation helpful for quick reference whenever needed. 1. Git CheatSheet Credit: Trilochan Parida 2. Git CheatShee...
In this video, I'll discuss What is Promise.any() method? Syntax What parameters does this method accept? What does it return? and finally What is the main difference between Promise.any() & Promise.race() methods? I am going to explain all of th...
This video is part 2 of How to style console.log() output with CSS. In this video, I am going to explain about how can we create a generic logic so that we can easily style console log output and do it bit faster. Issue Faced So, right now in order ...
In this video, I’ll show you how to style console.log() output with CSS. We will use a CSS format specifier which allows us to customize the display in the console and we will also see few demos related to it. Format specifier A format specifier cons...
In this post, I’ll explain how to get background image URL for any element using JavaScript. https://www.youtube.com/watch?v=uL-_NUkxCWc Getting Started You can find the html & css code for this post in this repository. In that repository, inside th...