Posts by Srt4.Patrícia • 1 point
1 post
-
-3
votes7
answers4295
viewsA: What does it mean Does the solution make comparisons against strings in the following code? JS
let diaDeSemana = "domingo" let dia = "domingo" if (diaDeSemana == dia) { console.log("Hoje é dia de futebol!!!"); }