Mark Day

Results 3 comments of Mark Day

Visual Studio Code marks assert.equal() as deprecated, and styles the `equal` as strikethrough. This appears to be due to an older version of the @types/node module being used (12.6.2). Installing...

> assert.equal function tests equality with == instead of ===(as mentioned in book). Note that the book and code are using the strict version. They do `import { strict as...

I can't seem to use the nullish coalescing operator (and optional chaining, too, I think) with ava, as configured in the book's downloaded code. I'm using node 14.15.4, which supports...