Skip to content
JavaScriptVariablesCover

Variables in JavaScript

In computer programming, a variable or scalar is a storage location paired with an associated symbolic name, which contains some known or unknown quantity of information referred to as a value or in easy terms… WIKIPEDIA If the above Wikipedia definition of a variable seems a tad bit too confusing – do… Read More »Variables in JavaScript

Modular CSS - Cover

What is Modular CSS?

Depending on the complexity of your application, the stylesheets can be hellish to keep track of and update. Thankfully a collection of principles called modular CSS exist, which helps us write more maintainable and readable code. Modular CSS is just a way to break the… Read More »What is Modular CSS?