Posts by Miguel Schmitt • 1 point
1 post
-
-2
votes7
answers4295
viewsA: What does it mean Does the solution make comparisons against strings in the following code? JS
var diaDeSemana = "domingo"; var dia = 'domingo'; if ( diaDeSemana === dia) { console.log("hoje é dia de futebol!"); }