How can I create a 4-digit key in Wappler

Install 🚀 RunJS 1.3.2

Run:

return Math.floor(1000 + Math.random() * 9000);

1 Like