Skip to content

Commit

Permalink
added static methods of number at javascript at a glance
Browse files Browse the repository at this point in the history
  • Loading branch information
robiulhr committed Nov 5, 2023
1 parent ed87885 commit 9d62b17
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/js-one-glance.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,30 @@
"code": "valueOf"
}
]
},
{
"title": "স্ট্যাটিক মেথড(নাম্বার)",
"items": [{
"code": "isFinite"
},
{
"code": "isInteger"
},
{
"code": "isNaN"
},
{
"code": "isSafeInteger"
}
,
{
"code": "parseFloat"
} ,
{
"code": "parseInt"
}

]
},
{
"title": "মেথড(ডেট)",
Expand Down

0 comments on commit 9d62b17

Please sign in to comment.