Posts by Wellyngton Kuhn • 39 points
4 posts
- 
		0 votes1 answer229 viewsQ: My code is showing this error. [Object Htmlinputelement] Nan [Object Nodelist]I created the following code, but I’m not able to display the information the way I’d like. I wanted to show off something like Produto: Nome do produto Valor: 0 Origem: Origem do Produto But it is… javascriptasked Wellyngton Kuhn 39
- 
		-2 votes1 answer20 viewsQ: When filtering the indices and accessing the same Dice in another vector nothing appears on the screen. Javascriptvar codigo = [1,2,3,4,5,6,7,8,9,10] var veiculos = [1000,2000,10000,5000,12958,502,985,125,967,1500] var acidentes = [500,123,1500,350,600,25,15,20,129,159] var indices =… javascriptasked Wellyngton Kuhn 39
- 
		2 votes2 answers37 viewsQ: It is returning the data below 2000, but I need to know what positions this data is in. Javascriptvar veiculos = [valores informados pelo usuário] var teste = veiculos.filter(carro => carro <= 2000) res.innerHTML += `${teste}, </br> ` … javascriptasked Wellyngton Kuhn 39
- 
		0 votes1 answer40 viewsQ: Do not correctly sum data coming from window.promptI am making a code in javascript and receiving data from the user and recording in a vector, but when adding it returns all the data typed for(var contar = 0; contar < quantidade; contar++){ var… javascriptasked Wellyngton Kuhn 39