Skip to content

Commit caf0307

Browse files
authored
Небольшая правка
1 parent aa63acc commit caf0307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ alert( result ); // 3
318318
319319
```js run
320320
function checkAge(age) {
321-
if (age > 18) {
321+
if (age >= 18) {
322322
*!*
323323
return true;
324324
*/!*

0 commit comments

Comments
 (0)