Timeline for Which equals operator (== vs ===) should be used in JavaScript comparisons?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 25, 2021 at 10:17 | comment | added | aross |
Interestingly, a.length===4 is actually slower in Firefox than a.length==4. It is, by all means, a micro-optimization anyway, but this is contrary to what people claim.
|
|
| S Nov 20, 2017 at 12:11 | history | suggested | AlexW | CC BY-SA 3.0 |
improved formatting, fixed grammatical errors.
|
| Nov 20, 2017 at 11:47 | review | Suggested edits | |||
| S Nov 20, 2017 at 12:11 | |||||
| S Jun 5, 2012 at 12:37 | history | suggested | RobinHood | CC BY-SA 3.0 |
Well formated
|
| Jun 5, 2012 at 8:42 | review | Suggested edits | |||
| S Jun 5, 2012 at 12:37 | |||||
| Jun 5, 2012 at 7:53 | history | answered | ashes | CC BY-SA 3.0 |