Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. output = {found: 0};
  2.  
  3. let i = 0;
  4.  
  5. const urls = inputData.urls.split(",");
  6.  
  7. for (const u of urls) {
  8. i++;
  9. if (u.indexOf("seoruler.pro") > 0) {
  10. output.found = i;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement