#programming
Read more stories on Hashnode
Articles with this tag
JavaScript Arrow Function The arrow function is one of the features introduced in the ES6 version of JavaScript. It helps us to write simple, cleaner,...
What is const? The const keyword was introduced in ES6 (2015), which is used to define a new variable in JavaScript. Variables that are defined with...
Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets. · SASS (Syntactically Awesome Style Sheets) is a...
React is a free and open-source front-end JavaScript library for creating UI components. · React React is a JavaScript library created by Facebook in...