Open bharat-dussa opened 1 month ago
@bharat-dussa can you please assign me this?
@bharat-dussa I'd like to help with this issue. Could you please assign it to me?
@vidyabhandari Thank for your showing interest, but ready assigned to nawin
Please choose another one.
isNaN
Checks if the provided value is
NaN
.File:
src/utils/function/isNaN/isNaN.ts
Test File:src/utils/function/isNaN/isNaN.test.ts
Parameters:
value: any
: The value to check.Returns:
boolean
: Returnstrue
if the value isNaN
, otherwisefalse
.Example: