Posts by Marcos Almeida • 9 points
2 posts
-
-5
votes1
answer56
viewsQ: Can anyone help me? javascript language
Set the function hojeSeJoga, which receives by parameter a string that informs the day of the week. This function should return"Today is football day! ! !" if parameter is "Sunday", otherwise it…
javascriptasked Marcos Almeida 9 -
-1
votes2
answers155
viewsA: Can I go to the bank?
Natalia, see if the code below works: function possoIrAoBanco(diaDaSemana, horaAtual){ return diaDaSemana == 6 || horaAtual == 10; }…
javascriptanswered Marcos Almeida 9