What is a design system? This is what uxpin.com says - The complete set of design standards, documentation, and principles along with the toolkit...
Q. Write a program to check for duplicates in an array, it the distance between two duplicate items it less than a specified amount. const arr1 = [3,...
What are PWAs? PWAs stand for progressive web apps, which are web applications that have some native app capabilties like: Install on a mobile home...
Q. When should you use Arrow functions in JavaScript? What is the `this ? Apart from being cleaner to read, arrow functions help in avoiding bugs...
React Concepts JSX a syntax extension to JavaScript, which gets compiled to JavaScript by Babel. After compilation, JSX expressions become regular JS...