diff --git a/README.md b/README.md index dd48110..d02b192 100644 --- a/README.md +++ b/README.md @@ -137,4 +137,6 @@ Entender os princípios básicos de lógica de programação utilizando a lingua - [KhanAcademy](https://www.khanacademy.org/computing/computer-programming) - [Dev Furia - Lógica Programação](http://devfuria.com.br/logica-de-programacao/) +PRINT "OI DEISI" + diff --git a/index.js b/index.js new file mode 100644 index 0000000..6e57d7d --- /dev/null +++ b/index.js @@ -0,0 +1,32 @@ +const meuNome = "Deisiane" +console.log ("me chamo: ", meuNome) +let minhaIdade = 30; + +let novaIdade = idade +1 + +console.log ("Eu tenho ", minhaIdade) + + + + +const myName = 'Default'; +myName = 'Chris'; + +let myAge = 42; + +console.log(myName); +console.log(`In 20 years, I will be ${myAge + 20}`); + + +let soma = 10 + 5 +let valor = soma * 3 +console.log ("a soma dos números é ", soma) + + + + + + + + + diff --git a/rotinaDiaADia b/rotinaDiaADia new file mode 100644 index 0000000..e69de29