#web-development
Read more stories on Hashnode
Articles with this tag
The extends Keyword · The extends keyword is used in class declarations and expressions to create a class that acts as a child of another class. class x...
How to work with CSS variables · CSS VARIABLES It works just like variables in SASS/ SCSS. You set a :root value of different variables, then you assign...
This is a short summary of JS classes and the get() property A JavaScript class is an outline from which objects are created. It provides a much...