vituarvom / react-smart-utils

A simple, smart hooks and utility functions to make development easier
https://www.npmjs.com/package/react-smart-utils
13 stars 34 forks source link

Create isNaN Utility Function #71

Open bharat-dussa opened 1 month ago

bharat-dussa commented 1 month ago

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:

Returns:

Example:

isNaN(NaN);    // true
isNaN(123);    // false
nawinsharma commented 1 month ago

@bharat-dussa can you please assign me this?

vidyabhandari commented 1 month ago

@bharat-dussa I'd like to help with this issue. Could you please assign it to me?

bharat-dussa commented 1 month ago

@vidyabhandari Thank for your showing interest, but ready assigned to nawin

Please choose another one.