#web-development
Read more stories on Hashnode
Articles with this tag
As we know JavaScript is an interpreted programming language. It means the source code isn't compiled into binary code prior to execution. How our...
Objects are a central part of JavaScript, not everything is an object. JavaScript has primitive data types as well, such as numbers, strings,...
Conditions Conditional statements are used in JavaScript to execute different code blocks based on whether a condition is true or false. The most...
Media queries in CSS are used to apply different styles based on certain conditions such as the size of the screen or the device being used. This...
The CSS box model is a way of describing the layout and sizing of HTML elements on a web page. It consists of four parts: the content area, padding,...
Background The Flexbox Layout (Flexible Box) module (a W3C Candidate Recommendation as of October 2017) aims at providing a more efficient way to lay...