2 lines
51 B
Text
2 lines
51 B
Text
'12345'->isdigit // true
|
|
'1X34Q'->isdigit // false
|
'12345'->isdigit // true
|
|
'1X34Q'->isdigit // false
|