File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ The `assert` module provides a set of assertion functions for verifying
88invariants. The module provides a recommended [ ` strict ` mode] [ ] and a more
99lenient legacy mode.
1010
11- For more information about the used equality comparisons see
12- [ MDN's guide on equality comparisons and sameness] [ mdn-equality-guide ] .
13-
1411## Class: assert.AssertionError
1512
1613A subclass of ` Error ` that indicates the failure of an assertion. All errors
@@ -1289,5 +1286,4 @@ second argument. This might lead to difficult-to-spot errors.
12891286[ SameValue Comparison ] : https://tc39.github.io/ecma262/#sec-samevalue
12901287[ Strict Equality Comparison ] : https://tc39.github.io/ecma262/#sec-strict-equality-comparison
12911288[ enumerable "own" properties ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties
1292- [ mdn-equality-guide ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
12931289[ prototype-spec ] : https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots
You can’t perform that action at this time.
0 commit comments