Skip to content

Commit 5532a10

Browse files
committed
keep onl y one sentence error message in 2-mandatory-error 3.js
1 parent a83fbd0 commit 5532a10

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • Sprint-2/2-mandatory-errors

‎Sprint-2/2-mandatory-errors/3.js‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,4 @@ console.log(last4Digits);
1414
//from integer to string.
1515

1616
//error message: TypeError: cardNumber.slice is not a function
17-
// at Object.<anonymous> (/Users/rogerger1220/Documents/CYF/Module-JavaScript-Fundamentals/Sprint-2/2-mandatory-errors/3.js:2:32)
18-
// at Module._compile (node:internal/modules/cjs/loader:1929:14)
19-
// at Object..js (node:internal/modules/cjs/loader:2060:10)
20-
// at Module.load (node:internal/modules/cjs/loader:1651:32)
21-
// at Module._load (node:internal/modules/cjs/loader:1443:12)
22-
// at wrapModuleLoad (node:internal/modules/cjs/loader:261:19)
23-
// at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
24-
// at node:internal/main/run_main_module:33:47
2517

26-
//Node.js v24.21.0

0 commit comments

Comments
 (0)