Invalid variable usage JS-0043
Anti-pattern
Critical
18 occurrences in this check
'check' used outside of binding context
1423    req.body["yuzbin"] = check.yuz.join(", ");
1424    req.body["besyuzbin"] = check.besyuz.join(", ");
1425    req.body["il"] = check.il.join(", ");
1426    req.body["ilce"] = check.ilce.join(", ");1427  }
1428
1429  Tutorial.update(req.body, {
'check' used outside of binding context
1422    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1423    req.body["yuzbin"] = check.yuz.join(", ");
1424    req.body["besyuzbin"] = check.besyuz.join(", ");
1425    req.body["il"] = check.il.join(", ");1426    req.body["ilce"] = check.ilce.join(", ");
1427  }
1428
'check' used outside of binding context
1421    //join array elements with whitespace and comma
1422    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1423    req.body["yuzbin"] = check.yuz.join(", ");
1424    req.body["besyuzbin"] = check.besyuz.join(", ");1425    req.body["il"] = check.il.join(", ");
1426    req.body["ilce"] = check.ilce.join(", ");
1427  }
'check' used outside of binding context
1420    var check = intersectionCheck(geoJson);
1421    //join array elements with whitespace and comma
1422    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1423    req.body["yuzbin"] = check.yuz.join(", ");1424    req.body["besyuzbin"] = check.besyuz.join(", ");
1425    req.body["il"] = check.il.join(", ");
1426    req.body["ilce"] = check.ilce.join(", ");
'check' used outside of binding context
1419    };
1420    var check = intersectionCheck(geoJson);
1421    //join array elements with whitespace and comma
1422    req.body["yirmibesbin"] = check.yirmibes.join(", ");1423    req.body["yuzbin"] = check.yuz.join(", ");
1424    req.body["besyuzbin"] = check.besyuz.join(", ");
1425    req.body["il"] = check.il.join(", ");
'check' used outside of binding context
1417        },
1418      ],
1419    };
1420    var check = intersectionCheck(geoJson);1421    //join array elements with whitespace and comma
1422    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1423    req.body["yuzbin"] = check.yuz.join(", ");
'check' used outside of binding context
1361    req.body["yuzbin"] = check.yuz.join(", ");
1362    req.body["besyuzbin"] = check.besyuz.join(", ");
1363    req.body["il"] = check.il.join(", ");
1364    req.body["ilce"] = check.ilce.join(", ");1365  }
1366  if (
1367    req.body["a_1"] !== null &&
'check' used outside of binding context
1360    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1361    req.body["yuzbin"] = check.yuz.join(", ");
1362    req.body["besyuzbin"] = check.besyuz.join(", ");
1363    req.body["il"] = check.il.join(", ");1364    req.body["ilce"] = check.ilce.join(", ");
1365  }
1366  if (
'check' used outside of binding context
1359    var check = intersectionCheckLine(line);
1360    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1361    req.body["yuzbin"] = check.yuz.join(", ");
1362    req.body["besyuzbin"] = check.besyuz.join(", ");1363    req.body["il"] = check.il.join(", ");
1364    req.body["ilce"] = check.ilce.join(", ");
1365  }
'check' used outside of binding context
1358    ]);
1359    var check = intersectionCheckLine(line);
1360    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1361    req.body["yuzbin"] = check.yuz.join(", ");1362    req.body["besyuzbin"] = check.besyuz.join(", ");
1363    req.body["il"] = check.il.join(", ");
1364    req.body["ilce"] = check.ilce.join(", ");
'check' used outside of binding context
1357      [polyLineEnd.lng, polyLineEnd.lat],
1358    ]);
1359    var check = intersectionCheckLine(line);
1360    req.body["yirmibesbin"] = check.yirmibes.join(", ");1361    req.body["yuzbin"] = check.yuz.join(", ");
1362    req.body["besyuzbin"] = check.besyuz.join(", ");
1363    req.body["il"] = check.il.join(", ");
'check' used outside of binding context
1356      [polyLineStart.lng, polyLineStart.lat],
1357      [polyLineEnd.lng, polyLineEnd.lat],
1358    ]);
1359    var check = intersectionCheckLine(line);1360    req.body["yirmibesbin"] = check.yirmibes.join(", ");
1361    req.body["yuzbin"] = check.yuz.join(", ");
1362    req.body["besyuzbin"] = check.besyuz.join(", ");
'check' used outside of binding context
1331    req.body["yuzbin"] = check.yuz;
1332    req.body["yirmibesbin"] = check.yirmibes;
1333    req.body["il"] = check.il;
1334    req.body["ilce"] = check.ilce;1335  }
1336  if (
1337    req.body["profil_baslangic_x"] !== null &&
'check' used outside of binding context
1330    req.body["besyuzbin"] = check.besyuz;
1331    req.body["yuzbin"] = check.yuz;
1332    req.body["yirmibesbin"] = check.yirmibes;
1333    req.body["il"] = check.il;1334    req.body["ilce"] = check.ilce;
1335  }
1336  if (
'check' used outside of binding context
1329    var check = checkPointInPolygon(req.body["lat"], req.body["lon"]);
1330    req.body["besyuzbin"] = check.besyuz;
1331    req.body["yuzbin"] = check.yuz;
1332    req.body["yirmibesbin"] = check.yirmibes;1333    req.body["il"] = check.il;
1334    req.body["ilce"] = check.ilce;
1335  }
'check' used outside of binding context
1328  if (req.body["x"] !== null && req.body["y"] !== null) {
1329    var check = checkPointInPolygon(req.body["lat"], req.body["lon"]);
1330    req.body["besyuzbin"] = check.besyuz;
1331    req.body["yuzbin"] = check.yuz;1332    req.body["yirmibesbin"] = check.yirmibes;
1333    req.body["il"] = check.il;
1334    req.body["ilce"] = check.ilce;
'check' used outside of binding context
1327  fields = fields.filter((item) => !forDeletion.includes(item));
1328  if (req.body["x"] !== null && req.body["y"] !== null) {
1329    var check = checkPointInPolygon(req.body["lat"], req.body["lon"]);
1330    req.body["besyuzbin"] = check.besyuz;1331    req.body["yuzbin"] = check.yuz;
1332    req.body["yirmibesbin"] = check.yirmibes;
1333    req.body["il"] = check.il;
'check' used outside of binding context
1326  let forDeletion = ["id"];
1327  fields = fields.filter((item) => !forDeletion.includes(item));
1328  if (req.body["x"] !== null && req.body["y"] !== null) {
1329    var check = checkPointInPolygon(req.body["lat"], req.body["lon"]);1330    req.body["besyuzbin"] = check.besyuz;
1331    req.body["yuzbin"] = check.yuz;
1332    req.body["yirmibesbin"] = check.yirmibes;