☆ Learning, Living, and Loving every bit of this glorious life❤ ☆ Frontend Engineer ☆ On a journey to make a difference💫
Full-time jobs in Frontend Roles
What are Higher-order functions? Higher-order functions are functions that take other functions as arguments and/or return functions as their outputs. Taking another function as an argument is often referred to as a callback function because it is ca...

What is a Promise? A promise is an object that may provide a value sometime in the future: either a resolved value or a reason that it’s not resolved (e.g., an error occurred). A promise may be in one of 3 possible states: fulfilled, rejected, or pen...
