반응형
public isNumeric(data : string) : boolean {
return !isNaN(Number(string));
}
qty === null
typeof qty === 'undefined'
Number.isNaN(qty)
반응형
public isNumeric(data : string) : boolean {
return !isNaN(Number(string));
}
qty === null
typeof qty === 'undefined'
Number.isNaN(qty)