JavaScript Regex untuk nomor non-negatif

const numRegex = /^\d+$/;
Hihihi