Skip to content

Commit 6455dfe

Browse files
authored
Update article.md
1 parent e7f4f42 commit 6455dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-es-modern/4-es-function/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ let getTime = () => {
279279
let date = new Date();
280280
let hours = date.getHours();
281281
let minutes = date.getMinutes();
282-
return hourse + ':' + minutes;
282+
return hours + ':' + minutes;
283283
};
284284
*/!*
285285

0 commit comments

Comments
 (0)