js how to wait for a promise get the value code example
Example: wait for promise javascript
const userCount = await getUserCount();
console.log(userCount); // 12345
const userCount = await getUserCount();
console.log(userCount); // 12345