Posts by ash • 49 points
4 posts
-
0
votes1
answer53
viewsQ: Calculator with inputs using DOM
If you put number in the inputs and choose the operation, the result should come out in a alert. But Alert is not working. let botao = document.getElementsByClassName('mybutton') botao.onclick =…
javascriptasked ash 49 -
0
votes1
answer57
viewsQ: include vector input of names and display
I am doing a javascript exercise, it is asked to add the name of an input in a character array. This vector is already presented and as I press to add it grows on the screen the names. I made this…
javascriptasked ash 49 -
0
votes1
answer48
viewsQ: function returns Undefined array of strings
I have been trying to show users balances in the following scenario, but I always come across these mistakes: TypeError: Cannot read property 'lenght' of undefined at somaNumeros…
javascriptasked ash 49 -
1
votes1
answer64
viewsQ: Function returning Undefined javascript
I have been trying to return a function where it tests if the programmer has the css skill; the skills are saved inside an array, but in return always the result is Undefined. can help me? const…
javascriptasked ash 49