You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/05-data-types/11-date/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ There's a special method `Date.now()` that returns the current timestamp.
241
241
242
242
It is semantically equivalent to `newDate().getTime()`, but it doesn't create an intermediate `Date` object. So it's faster and doesn't put pressure on garbage collection.
243
243
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.
0 commit comments