File tree 1 file changed +0
-4
lines changed
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
8
8
invariants. The module provides a recommended [ ` strict ` mode] [ ] and a more
9
9
lenient legacy mode.
10
10
11
- For more information about the used equality comparisons see
12
- [ MDN's guide on equality comparisons and sameness] [ mdn-equality-guide ] .
13
-
14
11
## Class: assert.AssertionError
15
12
16
13
A 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.
1289
1286
[ SameValue Comparison ] : https://tc39.github.io/ecma262/#sec-samevalue
1290
1287
[ Strict Equality Comparison ] : https://tc39.github.io/ecma262/#sec-strict-equality-comparison
1291
1288
[ 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
1293
1289
[ 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