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: base/docs/types/index.d.ts
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2856,13 +2856,9 @@ interface Namespace {
2856
2856
*
2857
2857
* ## Notes
2858
2858
*
2859
-
* - The function uses the [SameValue Algorithm][ecma-262-same-value-algorithm], as specified in ECMAScript 5.
2860
-
* - In contrast to the strict equality operator `===`, `-0` and `+0` are distinguishable and `NaNs` are the same.
2861
2859
* - If unable to find an element which equals a provided search element, the function returns `-1`.
2862
2860
* - If `fromIndex` is less than zero, the starting index is resolved relative to the last array element, with the last array element corresponding to `fromIndex = -1`.
* - The function uses the [SameValue Algorithm][ecma-262-same-value-algorithm], as specified in ECMAScript 5.
2987
-
* - In contrast to the strict equality operator `===`, `-0` and `+0` are distinguishable and `NaNs` are the same.
2988
2982
* - The function scans an input array from the starting index to the beginning of the array (i.e., backward).
2989
2983
* - If unable to find an element which equals a provided search element, the function returns `-1`.
2990
2984
* - If `fromIndex` is less than zero, the starting index is resolved relative to the last array element, with the last array element corresponding to `fromIndex = -1`.
0 commit comments