{"id":1346,"date":"2024-09-05T11:27:07","date_gmt":"2024-09-05T14:27:07","guid":{"rendered":"https:\/\/desvendandoocodigo.com.br\/?p=1346"},"modified":"2024-09-08T20:41:19","modified_gmt":"2024-09-08T23:41:19","slug":"resumo-da-live-tiktok-05092024","status":"publish","type":"post","link":"https:\/\/desvendandoocodigo.com.br\/?p=1346","title":{"rendered":"Resumo da Live TikTok 05092024"},"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 05\/09\/2024 trabalhamos os seguintes temas:<\/h2>\n\n\n\n<ul>\n<li>La\u00e7o For;<\/li>\n\n\n\n<li>M\u00e9todo SPLICE;<\/li>\n\n\n\n<li>M\u00e9todo SLICE.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>LA\u00c7O FOR\n<\/strong>for(var a = 1; a &lt;= 10; a++){\n   console.log('Etapa ' + a);\n}\n\n<strong>ADICIONAR<\/strong>\nlet cores = &#91;'vermelho', 'azul', 'verde'];\n\ncores.splice(1, 0, 'amarelo', 'roxo');\n\nconsole.log(cores);\n\n<strong>REMOVER<\/strong>\nlet frutas = &#91;'ma\u00e7\u00e3','banana','laranja','uva'];\n\/\/  indice     0       1        2         3\n\/\/ posicoes    1       2        3         4\n\nlet removidas = frutas.splice(1, 2);\n\nconsole.log(frutas);\n\nconsole.log(removidas);\n\n<strong>SUBSTITUIR\n<\/strong>let numeros = &#91; 1, 2,    3, 4,    5];\n\n\/\/ substituir 2 itens a partir do indice 2\n\/\/ (indice 2  incluso)\n\/\/ (posicao 2 N\u00c3O INCLUSO)\n\nnumeros.splice(2, 2, 10, 11);\nconsole.log(numeros);\n\n\n<strong>EXTRAIR PARTE DO VETOR\n<\/strong>\nlet frutas = &#91;'ma\u00e7\u00e3', 'banana',\n    'laranja','uva','melancia'];\n\nlet algumasFrutas = frutas.slice(1, 4);\nconsole.log(algumasFrutas);\nconsole.log(frutas);\n\n<strong>ESTRAIR AT\u00c9 O FINAL DO VETOR\n<\/strong>\nlet cores = &#91;'vermelho', 'azul', 'verde',\n     'amarelo'];\n\nlet algumasCores = cores.slice(2);\nconsole.log(algumasCores);\nconsole.log(cores);\n\n<\/code><\/pre>\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><\/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><\/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><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>HOR\u00c1RIO DAS LIVES<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Domingo &#8211; Segunda e Quarta \u00e0s 19:00hs<\/p>\n\n\n\n<p>Quinta &#8211; Sexta e S\u00e1bado \u00e0s 10:00hs<\/p>\n\n\n\n<p><\/p>\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 05\/09\/2024 trabalhamos os seguintes temas: https:\/\/go.hotmart.com\/V89811082M?dp=1 https:\/\/go.hotmart.com\/X90111663X?dp=1 HOR\u00c1RIO DAS LIVES Domingo &#8211; Segunda e Quarta \u00e0s 19:00hs Quinta &#8211; Sexta e S\u00e1bado \u00e0s 10:00hs<\/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\/1346"}],"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=1346"}],"version-history":[{"count":3,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1346\/revisions"}],"predecessor-version":[{"id":1351,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1346\/revisions\/1351"}],"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=1346"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1346"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1346"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}