Skip to content

Commit 18a67f6

Browse files
committed
line 244
1 parent 606962a commit 18a67f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ There's a special method `Date.now()` that returns the current timestamp.
241241
242242
It is semantically equivalent to `new Date().getTime()`, but it doesn't create an intermediate `Date` object. So it's faster and doesn't put pressure on garbage collection.
243243
244-
It is used mostly for convenience or when performance matters, like in games in JavaScript or other specialized applications.
244+
It is used mostly for convenience or when performance matters, like in games or other specialized applications.
245245
246246
So this is probably better:
247247

0 commit comments

Comments
 (0)