The JavaScript Console is one of the most powerful and invaluable tools available when it comes to developing and debugging front-end web applications. It…
All Posts By
Poojitha Mahenderker
React Context API
React Context API is a way to make data available to all components throughout the component tree no matter how…
CSS Custom Properties (CSS Variables)
Variables are the core concept in any programming language. Unfortunately, CSS had no support for variables earlier, but now it…