following along part 3
This commit is contained in:
parent
2e3dfd4114
commit
ade19f00bc
602 changed files with 67987 additions and 0 deletions
6
parts/3/followAlong/node_modules/math-intrinsics/isNaN.js
generated
vendored
Normal file
6
parts/3/followAlong/node_modules/math-intrinsics/isNaN.js
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
/** @type {import('./isNaN')} */
|
||||
module.exports = Number.isNaN || function isNaN(a) {
|
||||
return a !== a;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue