We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9336991 commit 31223dcCopy full SHA for 31223dc
02-Fundamentals-Part-2/starter/loopWhile.js
@@ -13,4 +13,5 @@ while (dados !== 6){
13
console.log(`Você tirou ${dados}`)
14
dados = Math.trunc(Math.random() * 6) + 1
15
if(dados === 6) console.log('Saiu 6, loop while encerrado')
16
-}
+}
17
+
02-Fundamentals-Part-2/starter/script.js
@@ -162,4 +162,5 @@ const genildo = {
162
// console.log(genildo)
163
164
genildo.calcIdade()
165
-console.log(genildo)
+console.log(genildo)
166
0 commit comments