{"id":1155,"date":"2024-07-15T21:05:38","date_gmt":"2024-07-16T00:05:38","guid":{"rendered":"https:\/\/desvendandoocodigo.com.br\/?p=1155"},"modified":"2024-07-15T21:08:59","modified_gmt":"2024-07-16T00:08:59","slug":"resumo-da-live-tiktok-15072024","status":"publish","type":"post","link":"https:\/\/desvendandoocodigo.com.br\/?p=1155","title":{"rendered":"Resumo da Live TikTok 15072024"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Ol\u00e1 Pessoal!<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Na Live do dia 15\/07\/2024 foram abordados os seguintes temas:<\/h2>\n\n\n\n<ul>\n<li>Revis\u00e3o de Incremento Decremento;<\/li>\n\n\n\n<li>La\u00e7o de repeti\u00e7\u00e3o;<\/li>\n\n\n\n<li>Escopo;<\/li>\n\n\n\n<li>Sinal de compara\u00e7\u00e3o;<\/li>\n\n\n\n<li>Exerc\u00edcio com DOM;<\/li>\n\n\n\n<li>Estrutura Case;<\/li>\n\n\n\n<li>M\u00e9todo toLowerCase( ) <\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ for(var contador = 1  ; contador &lt; 11 ; contador ++ ){\n\n\/\/     console.log(contador);\n\/\/ }\n\n\/\/ while(condicao){ \/\/verdadeira \n\/\/     \/\/executa\n\/\/ }\n\n\/\/ var hora = 10 \n\n\/\/ if(hora &gt; 10){\n\/\/ \/\/bloco de condicao verdadeira\n\/\/ }else if(condicao){\n\/\/ \/\/bloco de condicao falsa\n\/\/ }else{\n\n\/\/ }\n\n\n\/\/ let a = 10;\n\n\/\/ var b = 20; \n\n\/\/ const c = 30;\n\nEXERC\u00cdCIO BARBEARIA\n\n&lt;form&gt;       \n    &lt;h1&gt;Barbearia Js&lt;\/h1&gt;\n    &lt;p&gt;Qual o seu nome: &lt;input type=\"text\" id=\"nome\"&gt;\n    &lt;\/p&gt;\n    &lt;p&gt;Qual o procedimento: &lt;input type=\"text\"\n         id=\"procedimento\"&gt; &lt;\/p&gt;\n\n    &lt;p&gt;Qual dia deseja marcar: &lt;input type=\"text\"\n    id=\"dia\"&gt; &lt;\/p&gt;\n\n    &lt;p&gt;Qual a hora: &lt;input type=\"text\"\n        id=\"hora\"&gt; &lt;\/p&gt;\n\n    &lt;input type=\"submit\" value=\"Confirmar\"&gt;\n\n&lt;\/form&gt;\n\n&lt;p id=\"resposta\"&gt;    &lt;\/p&gt;\n\n&lt;script src=\"script.js\"&gt;&lt;\/script&gt;\n\nJAVASCRIPT\n\nconst frm  = document.querySelector('form'); \n \nfrm.addEventListener('submit', (e)=&gt;{ \n \n    e.preventDefault(); \n \nvar nome = document.getElementById('nome').value;  \nvar procedimento = document.getElementById('procedimento').value; \nvar dia = document.getElementById('dia').value; \nvar hora = document.getElementById('hora').value; \n \ndocument.getElementById('resposta').innerHTML =  \n'Ol\u00e1 ' + nome + ' Aguardamos voce para realizar o procedimento ' \n+ procedimento +  ' no dia ' + dia + ' as ' + hora + ' horas ' \n \n});\n\nESRTUTURA CASE\n\nvar resp = 'MARCOS';\n\nvar nome = resp.toLowerCase()\n\nswitch (nome){\n\ncase 'marcos':\ncase 2:\ncase 3:\n    console.log('Primeiro trimestre');\n    break;\ncase 4:\ncase 5:\ncase 6:\n    console.log('Segundo trimestre');\n    break;\ncase 7:\ncase 8:\ncase 9:\n    console.log('Terceiro trimestre');\n    break;\ncase 10:\ncase 11:\ncase 12:\n    console.log('Quarto trimestre');\n    break;  \n\ndefault:\nconsole.log('Trimestre n\u00e3o encontrado');\nbreak;   \n\n}\n<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><br><br>Desvendando o Mundo da Programa\u00e7\u00e3o: Curso B\u00e1sico e Avan\u00e7ado de Algoritmos e JavaScript Exclusivo no Hotmart!<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"321\" src=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart.png\" alt=\"\" class=\"wp-image-162\" style=\"width:134px;height:auto\" srcset=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart.png 1000w, https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart-300x96.png 300w, https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart-768x247.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/go.hotmart.com\/V89811082M?dp=1\">https:\/\/go.hotmart.com\/V89811082M?dp=1<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/go.hotmart.com\/X90111663X?dp=1\">https:\/\/go.hotmart.com\/X90111663X?dp=1<\/a><\/p>\n\n\n\n<p id=\"block-59da62f3-7e98-47b5-907d-08ff3fc7597a\">CUPOM: DESVENDANDOOCODIGO<\/p>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">PR\u00d3XIMAS LIVES<\/h2>\n\n\n\n<ul>\n<li>17\/07\/2027 \u00e0s 19:00hs<\/li>\n\n\n\n<li>18\/07\/2024 \u00e0s 19:00hs<\/li>\n\n\n\n<li>19\/07\/2024 \u00e0s 19:00hs<\/li>\n\n\n\n<li>20\/07\/2024 \u00e0s 10:00hs<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"558\" height=\"1024\" src=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/07\/image-4.png\" alt=\"\" class=\"wp-image-1144\" style=\"width:242px;height:auto\" srcset=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/07\/image-4.png 558w, https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/07\/image-4-163x300.png 163w\" sizes=\"(max-width: 558px) 100vw, 558px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Ol\u00e1 Pessoal! Na Live do dia 15\/07\/2024 foram abordados os seguintes temas: Desvendando o Mundo da Programa\u00e7\u00e3o: Curso B\u00e1sico e Avan\u00e7ado de Algoritmos e JavaScript Exclusivo no Hotmart! https:\/\/go.hotmart.com\/V89811082M?dp=1 https:\/\/go.hotmart.com\/X90111663X?dp=1 CUPOM: DESVENDANDOOCODIGO PR\u00d3XIMAS LIVES<\/p>\n","protected":false},"author":1,"featured_media":1097,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[18],"tags":[],"_links":{"self":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1155"}],"collection":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1155"}],"version-history":[{"count":5,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1155\/revisions"}],"predecessor-version":[{"id":1163,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1155\/revisions\/1163"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/media\/1097"}],"wp:attachment":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}