Skip to content

Commit 01b3ce6

Browse files
committed
minor fixes
1 parent 00d1051 commit 01b3ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function checkAge(age) {
277277
}
278278
}
279279

280-
let ageCheck = prompt('How old are you?', 18);
280+
let age = prompt('How old are you?', 18);
281281

282282
if ( checkAge(age) ) {
283283
alert( 'Access granted' );

0 commit comments

Comments
 (0)