Posts by Daniel Santos • 11 points
2 posts
-
-1
votes2
answers78
viewsQ: Display different messages on a Javascript site
Good afternoon. I’m learning Javascript and started a project to calculate a person’s BMI. I researched how to sum two numbers using inputs in HTML and based on the code used for the sum, converted…
-
-3
votes1
answer39
viewsQ: How can I print only the equal items of two arrays in java script?
let rs = require('readline-sync') let numeroDePerguntas = 5 let listaDeNumerosJ1 = [] let listaDeNumerosJ2 = [] let jogador1 = rs.question('Qual o nome do jogador 1? ') for(i = 0; i <…
javascriptasked Daniel Santos 11