Skip to content

Commit d181a54

Browse files
authored
Update 04-conditionals-solutions.js
1 parent f99d526 commit d181a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exercises/04-conditionals-solutions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ if (myUsername === employeeUsername && myPassword === employeePassword) {
248248

249249

250250
// Practice complex conditions
251-
const creditCard = 123;
251+
const creditCard = '55560';
252252

253253
process.stdout.write('\n*4·7. ');
254254
/*

0 commit comments

Comments
 (0)