Posts by José • 35 points
2 posts
-
0
votes2
answers1383
viewsQ: Authentication of user registration by email in Node.js
I am developing a user registration screen, and arose the need to authenticate the user registration by email, the procedure would be something like, when confirming the registration an email is…
-
3
votes1
answer683
viewsQ: Group JSON using javascript reduce()
Is there any way to group a Json using the method Reduce() of Javascript, as shown below: contas = [{id: 1, descricao: "AGUA", valor: 100, juros: 5}, {id: 1, descricao: "AGUA", valor: 100, juros:…