Question:
Answer:
No
Clean Clothes Campaign
The Sting B.V.
2022
Unverified - Added by Steward

opts = [

  "Name of Facility"

  "Address"

  "Type of products or services"

  "Approximate number of workers at each site"

  "Name of Parent Company (for each facility if applicable)"

]



if ["Yes", "Partial"].includes m1

  m1

else

  m2Count = [m2].flat().filter( (v) -> opts.includes v).length

  if m2Count == 5

    "Yes"

  else if m2Count > 0

    "Partial"

  else

    "No"

Comments