Posts by Thiago Henrique • 21 points
1 post
-
2
votes2
answers4035
viewsA: function displaPar() in JS
Create an empty list and add even values with the push method. Then return the result from this list. This is how it would look. function exibePar(n1,n2){ var lista = [] while(n1<=n2){…
javascriptanswered Thiago Henrique 21