{"id":1120,"date":"2024-07-12T20:47:12","date_gmt":"2024-07-12T23:47:12","guid":{"rendered":"https:\/\/desvendandoocodigo.com.br\/?p=1120"},"modified":"2024-07-13T09:34:21","modified_gmt":"2024-07-13T12:34:21","slug":"resumo-da-live-tiktok-12072024","status":"publish","type":"post","link":"https:\/\/desvendandoocodigo.com.br\/?p=1120","title":{"rendered":"Resumo da Live TikTok 12072024"},"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 12\/07\/2024 foram abordados os seguintes temas:<\/h2>\n\n\n\n<ul>\n<li>Incremento;<\/li>\n\n\n\n<li>La\u00e7o For<\/li>\n\n\n\n<li>Corre\u00e7\u00e3o Exerc\u00edcio com do While;<\/li>\n\n\n\n<li>Objetos;<\/li>\n\n\n\n<li>Classe;<\/li>\n\n\n\n<li>Fun\u00e7\u00e3o Construtora;<\/li>\n\n\n\n<li>Fun\u00e7\u00e3o de Seta.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>CORRE\u00c7\u00c3O EXERC\u00cdCIO DO WHILE\nEXERC\u00cdCIO DO WHILE<\/strong>\n<strong>\n<\/strong>&lt;!DOCTYPE html&gt;\n&lt;html lang=\"pt-br\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"&gt;\n    &lt;title&gt;Exerc\u00edcio do While&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;script&gt;\n        var num \n\n        do{\n            num = Number(prompt(\"N\u00famero: \"))\n            if(num == 0 || isNaN(num)){\n                alert(\"Digite um n\u00ba v\u00e1lido!\")\n            }\n        }while(num == 0 || isNaN(num))\n            var pares = `Pares entre 1 e ${num}`\n\n            for(var i = 2; i &lt;= num; i = i + 2){\n           \n                pares = pares + i + \",\"\n            }\n            \n            document.write(pares);\n        \n    &lt;\/script&gt;\n    \n&lt;\/body&gt;\n&lt;\/html&gt;\n\n\n<strong>INCREMENTO<\/strong>\n\nvar a = 10;\na ++\nconsole.log(a);\n\n a = a + 2\n console.log(a);\n\n<strong>HTML OBJETOS\n<\/strong>\n&lt;!DOCTYPE html&gt;\n&lt;html lang=\"pt-br\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"&gt;\n    &lt;title&gt;Objetos&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;script&gt;\n\n        \/\/ const cliente = {\n        \/\/     nome: 'Marcos',\n        \/\/     sobrenome:'Caldas',\n        \/\/     curso:'Desenvolvimento',\n        \/\/     disciplinas:&#91;'Pw','Sistemas Web',\n        \/\/         'Mobile'],\n        \/\/     professor: true,            \n        \/\/ }\n        \/\/ document.write(typeof(cliente));\n        \/\/ document.write('&lt;br&gt;');\n        \/\/ document.write(cliente.nome);\n        \/\/ document.write('&lt;br&gt;');\n        \/\/ document.write(cliente.disciplinas&#91;2]);\n\n        class Cliente{\n            constructor(nome,sobrenome,\n            curso, disciplinas=&#91;],professor\n             ){\n                this.nome = nome;\n                this.sobrenome = sobrenome;\n                this.curso = curso;\n                this.disciplinas = disciplinas;\n                this.professor = professor;\n            }\n        }\n        const cliente1  = new Cliente('Marcos',\n        'Caldas','Desenvolvimento' ,\n         &#91;'PW', 'Sistemas Web', 'Mobile'],\n         true\n        )\n\n        document.write(cliente1.nome);\n        \n        const cliente2  = new Cliente('Maria',\n        'Rosas','Infra' ,\n         &#91;'PW', 'Sistemas Web', 'Mobile'],\n         true\n        )\n        document.write(cliente2.nome);\n\n\n\n        \/\/ const pessoa = {\n        \/\/     nome:'Jo\u00e3o',\n        \/\/     sobrenome: 'Silva',\n        \/\/     NomeCompleto : function(){\n        \/\/        return this.nome + ' ' + \n        \/\/        this.sobrenome; \n        \/\/     }\n        \/\/ }\n\n        \/\/ document.write(pessoa.NomeCompleto());\n    &lt;\/script&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Desvendando o Mundo da Programa\u00e7\u00e3o: Curso B\u00e1sico e Avan\u00e7ado de Algoritmos e JavaScript Exclusivo no Hotmart!<\/h2>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"321\" class=\"wp-image-162\" style=\"width: 150px;\" src=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart.png\" alt=\"\" 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\" \/><\/p>\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<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Resumo da Live 12\/07\/2024 JavaScript Orienta\u00e7\u00e3o a Objetos #cursojavascript  #arrowfunction\" width=\"960\" height=\"540\" src=\"https:\/\/www.youtube.com\/embed\/ohJ4XzvY6RE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">PR\u00d3XIMAS LIVES<\/h2>\n\n\n\n<ul>\n<li>14\/07\/2024 \u00e0s 20:00hs<\/li>\n\n\n\n<li>15\/07\/2024 \u00e0s 19:00hs<\/li>\n\n\n\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<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ol\u00e1 Pessoal! Na Live do dia 12\/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 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\/1120"}],"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=1120"}],"version-history":[{"count":4,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1120\/revisions"}],"predecessor-version":[{"id":1127,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1120\/revisions\/1127"}],"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=1120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}