fix(curriculum): refine editable regions in loan qualification checker (#65284)

Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
chxshi
2026-01-25 04:42:12 +05:30
committed by GitHub
parent def9dbaf94
commit df3c26089a
4 changed files with 6 additions and 6 deletions
@@ -57,9 +57,9 @@ const minCreditScoreForCondo = 680;
const minIncomeForCar = 30000;
const minCreditScoreForCar = 650;
--fcc-editable-region--
function getLoanMessage(annualIncome, creditScore) {
}
--fcc-editable-region--
--fcc-editable-region--
}
```
@@ -50,7 +50,7 @@ function getLoanMessage(annualIncome, creditScore) {
return "You qualify for a duplex, condo, and car loan."
--fcc-editable-region--
}
--fcc-editable-region--
}
```
@@ -50,7 +50,7 @@ function getLoanMessage(annualIncome, creditScore) {
return "You qualify for a condo and car loan."
--fcc-editable-region--
}
--fcc-editable-region--
}
```
@@ -48,7 +48,7 @@ function getLoanMessage(annualIncome, creditScore) {
return "You qualify for a car loan."
--fcc-editable-region--
}
--fcc-editable-region--
}
```