Posts by Thais Marques • 36 points
1 post
-
2
votes10
answers5627
viewsA: Function that returns if one can go to the database with true/false?
Hello, I did so and found it simpler: function possoIrAoBanco(diaDaSemana, horaAtual){ var naoPode = ('sábado' || 'domingo'); return diaDaSemana != naoPode && horaAtual >= 9 &&…