Skip to content

Commit 6f353fb

Browse files
authored
Update 04-conditionals-exercises.js
1 parent d181a54 commit 6f353fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercises/04-conditionals-exercises.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ If you notice you're repeating a certain condition more than once, try nesting i
152152

153153

154154
// Practice complex conditions
155-
const creditCard = 123;
155+
const creditCard = '55560';
156156

157157
process.stdout.write('\n*4·7. ');
158158
/*

0 commit comments

Comments
 (0)