mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
+3
-3
@@ -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--
|
||||
}
|
||||
```
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ function getLoanMessage(annualIncome, creditScore) {
|
||||
return "You qualify for a duplex, condo, and car loan."
|
||||
--fcc-editable-region--
|
||||
}
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ function getLoanMessage(annualIncome, creditScore) {
|
||||
return "You qualify for a condo and car loan."
|
||||
--fcc-editable-region--
|
||||
}
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ function getLoanMessage(annualIncome, creditScore) {
|
||||
return "You qualify for a car loan."
|
||||
--fcc-editable-region--
|
||||
}
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user