Determine whether the input is a number

From , 3 Years ago, written in JavaScript, viewed 52 times.
URL https://pastebin.vip/view/2a79ea27
  1. // 判断输入是否是一个数字
  2. function isnumber(str){
  3.     return !isNaN(str);
  4. }

Reply to "Determine whether the input is a number"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website