| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 81e35b5 commit 10f55b0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,8 +89,9 @@ parameter is undefined, a default error message is assigned. | |||
| 89 | 89 | ||
| 90 | 90 | ## assert.deepStrictEqual(actual, expected[, message]) | |
| 91 | 91 | ||
| 92 | - Generally identical to [`assert.deepEqual()`][] with the exception that primitive | ||
| 93 | - values are compared using the strict equality operator ( `===` ). | ||
| 92 | + Generally identical to `assert.deepEqual()` with two exceptions. First, | ||
| 93 | + primitive values are compared using the strict equality operator ( `===` ). | ||
| 94 | + Second, object comparisons include a strict equality check of their prototypes. | ||
| 94 | 95 | ||
| 95 | 96 | ```js | |
| 96 | 97 | const assert = require('assert'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments