Skip to main content
added 4 characters in body
Source Link
Biswajit
  • 997
  • 3
  • 12
  • 31

let url = item.product_image_urls.filter(arr=>arr.match("homepage")!==null)

let url = item.product_image_urls.filter(arr=>arr.match("homepage")!==null)

Filter array with string match. It is easy and one line code.

let url = item.product_image_urls.filter(arr=>arr.match("homepage")!==null)

Filter array with string match. It is easy and one line code.

let url = item.product_image_urls.filter(arr=>arr.match("homepage")!==null)

Filter array with string match. It is easy and one line code.

Source Link
Biswajit
  • 997
  • 3
  • 12
  • 31

let url = item.product_image_urls.filter(arr=>arr.match("homepage")!==null)

Filter array with string match. It is easy and one line code.