1. What are the most common hooks in React? 2. What is a Promise in JavaScript? 3. What is a preprocessor in CSS?
Anonymous
1. useEffect, useState, useCallback, useMemo 2. a Promise is an object representing the eventual completion or failure of an asynchronous operation and its resulting value. 3. CSS preprocessors are used to write styles in a special syntax that is then compiled into standard CSS.
Check out your Company Bowl for anonymous work chats.