Posts by Diogo Lessa • 81 points
3 posts
-
2
votes1
answer435
viewsA: Return [Object Htmlinputelement], what means and how to solve?
Hi, Thiago, all right? Your problem was basically this: data.forEach(item => { divMaker(item); divMaker2(item2); // este elemento referencia o input de texto, que é renderizado como objeto no…
javascriptanswered Diogo Lessa 81 -
2
votes2
answers152
viewsA: How do I store these values in the Torage locale?
Augusto’s answer is already very explanatory. Briefly, you use the localStorage.setItem(chave, valor) to save in the Torage. And uses the localStorage.getItem(chave) to recover from Storage. Note…
-
1
votes1
answer106
viewsA: Script with Node.js not generating output
All right, V. Rodrigues? What’s happening is that when you run this on the platform, you enter the numbers and they’re available inside the directory /dev/stdin, on the server where the platform is…