Blog

javascript

Hoisting in JavaScript

Hoisting in JavaScript is a behavior in which a function or a variable can be used before declaration

htmlcss

CSS Grid Layout

dividing a page into major regions or defining the relationship in terms of size, position, and layer ..

react

React reusable component

The combination-based component reuse mechanism is quite elegant, but for more fine-grained logic

htmlcss

Is CSS better than SCSS?

SCSS contains all the features of CSS and contains more features that are not present in CSS which ..

javascript

arrow functions in JavaScript

Arrow functions were introduced in ES6. Arrow functions allow us to write shorter function syntax