Posts by William Felipe • 7 points
2 posts
-
-3
votes1
answer358
viewsQ: JAVASCRIPT HELP STEP STEP
I’ve just started to mess with js, and I’m doubtful about a code I’m learning from and I don’t know why I’m missing, who can help me I’m grateful. function passoAPasso(){ for (var i = 0; i < 5;…
javascriptasked William Felipe 7 -
0
votes10
answers5627
viewsA: Function that returns if one can go to the database with true/false?
I did so: function possoIrAoBanco(diaDaSemana, horaAtual){ var dia = ('segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira'); return diaDaSemana === dia && horaAtual…