fix(curriculum): update code example in js debugging review (#66160)

This commit is contained in:
Aditya Singh
2026-03-02 14:24:55 +05:30
committed by GitHub
parent ec4b68e973
commit 788508bcd9
@@ -58,6 +58,8 @@ function validateNumber(input) {
}
return input * 2;
}
console.log(validateNumber("Naomi")); // TypeError: Expected a number, but received string
```
:::