Posts by Gabriel Carneiro • 181 points
2 posts
-
3
votes3
answers6975
viewsA: Javascript function 1 wait function return 2 (Sync await Promise.all)
So young man, let’s go. The functions async by definition return a Promise, if you return only one value, type the code below, Js surrounds the value with a Promise. async function f1() { return…
-
2
votes1
answer3776
viewsA: How to create MASK with pure JS in React
Take a look at this library: text-Mask, with her you can do masking in various ways.