Skip to content

Commit 782c68d

Browse files
authored
Update README.md
clarified 133
1 parent 87b60cd commit 782c68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@
27322732
27332733
133. ### How do you compare two date objects
27342734
2735-
You need to use date.getTime() method to compare date values instead of comparison operators (==, !=, ===, and !== operators)
2735+
You need to use date.getTime() method in order to compare unix timestamp values
27362736
27372737
```javascript
27382738
var d1 = new Date();

0 commit comments

Comments
 (0)