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: src/Core__Object.res
-4
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,6 @@
5
5
6
6
In most scenarios use `==` or `===` or the custom `equals` function (if provided) for the type.
7
7
8
-
The `==` operator [is different in ReScript than Javascript](https://rescript-lang.org/docs/manual/latest/overview#boolean). Arrays, records and other non-primitives are equal if they have the same contents (deep equality).
9
-
10
-
In ReScript, the `===` operator performs a strict equality check, like Javascript, and is similar but not identical to `is`
0 commit comments