Ad
  • Custom User Avatar

    Filter loops through every item in an array and 'v' is a placeholder/variable that represents the current item. 'v' can be any name you choose. Since this problem does not require using the current item, it serves no purpose. Many times you'll encounter a _ variable when a function parameter is planned on being unused.