{"id":1509,"date":"2024-10-23T19:47:26","date_gmt":"2024-10-23T22:47:26","guid":{"rendered":"https:\/\/desvendandoocodigo.com.br\/?p=1509"},"modified":"2024-10-23T19:48:41","modified_gmt":"2024-10-23T22:48:41","slug":"resumo-da-live-tiktok-23-10-2024","status":"publish","type":"post","link":"https:\/\/desvendandoocodigo.com.br\/?p=1509","title":{"rendered":"Resumo da Live TikTok 23\/10\/2024"},"content":{"rendered":"\n<p>Ol\u00e1 Pessoal! <\/p>\n\n\n\n<p>Na Live do dia 23\/10\/2024 trabalhamos com CALLBACK.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>FUNCAO\n<\/strong>\n\nfunction somar( a, b ){\n    \n    console.log(\"Somando...\");\n    return a + b;\n   \n}\n\nconsole.log(    somar(5, 6)  );\n\n\n\n<strong>CALLBACKSIMPLES\n<\/strong>\nfunction saudar(nome, callback){\n\n    console.log('Ol\u00e1 ' + nome);\n\n    callback();\n}\nfunction despedir(){\n    console.log('Tchau! ');\n}\n\nsaudar('Marcos', despedir );\n\n\n\n\n<strong>CALLBACKCOMFETCH\n<\/strong>\nfunction fetchDados(callback){\n\n    setTimeout( ()=&gt;{\n        const dados =  { id: 1, nome: 'Jo\u00e3o' };\n        callback(dados);\n    }, 3000);\n\n}\nfunction processarDados(dados){\n    console.log('Dados recebidos: ', dados);\n}\n\nfetchDados(processarDados);\n\n\n\n\n<strong>CANTARCARCTERES\n<\/strong>\nfunction contarCaracteres( str, callback){\n\n    const quantidade = str.length;\n\n    callback(quantidade)\n}\n\nfunction exibirQuantidade(qtd){\n\n    console.log('Quantidade de caracteres:', qtd)\n}\n\ncontarCaracteres('Progamando com JavaScript', exibirQuantidade);\n\n\n\n<strong>MODULACAO\n<\/strong>\n\nfunction calculadora(a,b, operacao){\n    return operacao( a, b);\n}\nfunction somar(a, b){\n    return a + b;\n}\n\nfunction multiplicar (a, b){\n    return a * b;\n}\nconsole.log( calculadora(5,3, somar) );\nconsole.log( calculadora(5,3, multiplicar) );\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><a href=\"https:\/\/go.hotmart.com\/X90111663X?dp=1\">https:\/\/go.hotmart.com\/X90111663X?dp=1<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>HOR\u00c1RIO DAS LIVES<\/strong><\/p>\n\n\n\n<p>Domingo e Segunda \u00e0s 19:00hs<\/p>\n\n\n\n<p>Quarta \u00e0s 18:00hs<\/p>\n\n\n\n<p>Quinta e Sexta \u00e0s 9:30hs<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ol\u00e1 Pessoal! Na Live do dia 23\/10\/2024 trabalhamos com CALLBACK. https:\/\/go.hotmart.com\/V89811082M?dp=1 https:\/\/go.hotmart.com\/X90111663X?dp=1 HOR\u00c1RIO DAS LIVES Domingo e Segunda \u00e0s 19:00hs Quarta \u00e0s 18:00hs Quinta e Sexta \u00e0s 9:30hs<\/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\/1509"}],"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=1509"}],"version-history":[{"count":3,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1509\/revisions"}],"predecessor-version":[{"id":1512,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1509\/revisions\/1512"}],"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=1509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}