In this article, we will review the assert usage in Grida source code and I ran some experiments in a codesandbox repo to see this in action. Let’s get started.
Assert in Nodejs
assert is an alias of assert.ok(). Use this to test if value is truthy. ...