Methods to search elements in arrays

Hi, in this post I’m going to show you how to use different techniques than can help you to search elements in arrays or know if some elements are in the array. Maybe you are confused and how use the different methods like .map(), .filter(), .includes(), etc. but check this post 🙂 array.includes() If we … Continue reading Methods to search elements in arrays