{"id":10389,"date":"2021-09-26T23:00:57","date_gmt":"2021-09-27T06:00:57","guid":{"rendered":"https:\/\/latinageeks.com\/?p=10389"},"modified":"2021-09-26T23:00:59","modified_gmt":"2021-09-27T06:00:59","slug":"latinas-learn-javascript-with-intuit","status":"publish","type":"post","link":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/","title":{"rendered":"Latinas Learn JavaScript with Intuit"},"content":{"rendered":"\n<p><iframe title=\"Latina Geeks Intuit\" width=\"680\" height=\"383\" src=\"https:\/\/www.youtube.com\/embed\/OAKEtvndNcI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<p><span data-contrast=\"auto\">#LatinaGeeks partnered with Intuit on Thursday, August 26th to present an\u00a0enriching\u00a0virtual opportunity for Latinas to learn\u00a0JavaScript.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">According to a\u00a0<\/span><a href=\"https:\/\/www.trustradius.com\/buyer-blog\/women-in-tech-report#backtotop\"><span data-contrast=\"none\">TrustRadius Women in Tech Report for 2021<\/span><\/a><span data-contrast=\"auto\">,\u00a0\u201cWomen of color are less confident than white women about their promotion prospects\u2014and that gap has increased by 3X over the past year. Also,\u00a037% of women of color in tech feel that racial bias is a barrier to promotion.\u201d\u00a0One way to combat this\u00a0is to continue learning which is a big proponent as to why #LatinaGeeks offers workshops such as this one to promote acquiring more tech skills. Moreover, partnering with companies like Intuit,\u00a0who offer opportunities for Latinx employees through their Latino ERG,\u00a0<\/span><a href=\"https:\/\/www.intuit.com\/blog\/tag\/diversity-and-inclusion\/\"><span data-contrast=\"none\">Intuit Latinos Network<\/span><\/a><span data-contrast=\"auto\">\u00a0helps create change starting from inside the organization, outward.\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">Samantha Monteiro from Intuit walked attendees through coding JavaScript on GitHub during this hands-on workshop.\u00a0JavaScript is a scripting or programming language that allows you to implement complex features on web pages \u2014 every time a web page does more than just sit there and display static information for you to look at \u2014 displaying timely content updates, interactive maps, animated 2D\/3D graphics, scrolling video jukeboxes, etc. \u2014 you can bet that JavaScript is probably involved. It is the third layer of the layer cake of standard web technologies, two of which (HTML and CSS) we have covered in much more detail in other parts of the Learning Area.\u00a0Some common programming features are:\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<ul>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"2\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\"><span data-contrast=\"auto\">Store useful values inside variables.\u00a0See\u00a0<\/span><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Learn\/JavaScript\/First_steps\/What_is_JavaScript\"><span data-contrast=\"none\">example<\/span><\/a><span data-contrast=\"auto\">\u00a0where a new name is asked to be\u00a0entered then store that name in a\u00a0variable called name.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559737&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"2\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\"><span data-contrast=\"auto\">Operations on pieces of text (known as &#8220;strings&#8221; in programming).\u00a0<\/span><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Learn\/JavaScript\/First_steps\/What_is_JavaScript\"><span data-contrast=\"none\">In this example,<\/span><\/a><span data-contrast=\"auto\">\u00a0take the string &#8220;Player 1: &#8221; and join it to the name variable to create the complete text label,\u00a0e.g.\u00a0&#8221;Player 1: Chris&#8221;.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559737&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/li>\n<\/ul>\n<ul>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"2\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\"><span data-contrast=\"auto\">Running code in response to certain events occurring on a web page.\u00a0<\/span><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Learn\/JavaScript\/First_steps\/What_is_JavaScript\"><span data-contrast=\"none\">Here is an example<\/span><\/a><span data-contrast=\"auto\">\u00a0of\u00a0a click\u00a0event to detect when the button is clicked and then run the code that updates the text label.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559737&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/li>\n<\/ul>\n<p><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Learn\/JavaScript\/First_steps\/What_is_JavaScript\"><i><span data-contrast=\"none\">Source: Mozilla<\/span><\/i><\/a><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">It\u00a0is an interpreted, client-side\u00a0event-based\u00a0language\u00a0as well as\u00a0a\u00a0dynamic, lightweight and case-sensitive\u00a0language.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">This interactive workshop started with the basics and attendees were able to hear a little bit about the history, the advantages\u00a0and the limitations of\u00a0JavaScript.\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:2,&quot;335551620&quot;:2,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">A free\u00a0GitHub\u00a0account can be created\u00a0and\u00a0any\u00a0coding\u00a0language\u00a0can be displayed through GitHub.\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">Samantha taught attendees how to create an event, essentially click a button, on a test webpage.\u00a0She described each step thoroughly so attendees could have an overview of all the steps that are comprised in coding with\u00a0JavaScript. Attendees raised their hands asked questions and even cheered each other on and shared resources in the event chat!\u00a0Attendees walked away with a thorough knowledge of how to code a website through GitHub in the\u00a0JavaScript\u00a0language\u00a0and can now bring this to their lines of work (or a hobby) to continue their\u00a0JavaScript\u00a0education.\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/kimbrabrookstein\/\"><span data-contrast=\"none\">Kimbra Brookstein,<\/span><\/a><span data-contrast=\"auto\">\u00a0who is also a #LatinaGeeks board member and our sponsor from Intuit, presented on Intuit\u2019s growth opportunities in business such as\u00a0<\/span><a href=\"https:\/\/www.intuit.com\/careers\/\"><span data-contrast=\"none\">Intuit Careers<\/span><\/a><span data-contrast=\"none\">,\u00a0<\/span><a href=\"https:\/\/www.intuit.com\/blog\/social-responsibility\/empowering-female-technologists-inside-tech-women-intuit\/?cid=dis_ptfc_click_us_active-fy20_cn_text_blog_intuit-talent&amp;iis=dis&amp;iisn=ptfc\"><span data-contrast=\"none\">Tech Women @ Intuit<\/span><\/a><span data-contrast=\"none\">.\u00a0<\/span><span data-contrast=\"auto\">Ruby Sherman, Site Co-Chair\u00a0from Intuit\u2019s Latino ERG,\u00a0<\/span><a href=\"https:\/\/www.intuit.com\/blog\/tag\/diversity-and-inclusion\/\"><span data-contrast=\"none\">Intuit Latinos Network,<\/span><\/a><span data-contrast=\"none\">\u00a0<\/span><span data-contrast=\"auto\">shared\u00a0how the ILN\u00a0strategy\u00a0fosters\u00a0an\u00a0environment of diversity and\u00a0inclusion from the inside out at Intuit.\u00a0\u00a0All of Intuit\u2019s ERG\u2019s focuses on contributing to communities their representing and have committees who drive initiatives like this one!\u00a0They grew globally since last year and have given members the opportunity to be leaders.\u00a0\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">Thank you, Intuit, as\u00a0your partnership with #LatinaGeeks has been\u00a0directly\u00a0beneficial to our community.\u00a0<\/span><a href=\"https:\/\/latinageeks.com\/blog\/\"><span data-contrast=\"none\">View a recap of our previous sessions with Intuit in our previous blogs\u00a0here.<\/span><\/a><span data-contrast=\"none\">\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">We are excited to review our member\u2019s feedback to plan out our next events with your input in mind!\u00a0\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<p><span data-contrast=\"auto\">This workshop was focused on our\u00a0amigas\u00a0who are in all levels of coding, read what our attendees had to say about our event with Intuit:\u00a0<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<blockquote>\n<p><i><span data-contrast=\"none\">&#8220;I most liked how Samantha shared the slides with the image of the skeleton. I will always remember that HTML is like a skeleton.&#8221;<\/span><\/i><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<\/blockquote>\n<blockquote>\n<p><i><span data-contrast=\"none\">&#8220;The presenter was fantastic! The group support, made me feel so welcome.&#8221;<\/span><\/i><\/p>\n<\/blockquote>\n<blockquote>\n<p><i><span data-contrast=\"none\">&#8220;I learned a shortcut to edit on GitHub using the &#8220;.&#8221; feature.&#8221;<\/span><\/i><\/p>\n<\/blockquote>\n<blockquote>\n<p><i><span data-contrast=\"none\">&#8220;I will be using this new found skill\/knowledge as my first break through into the tech world and\u00a0my\u00a0future career in tech.&#8221;<\/span><\/i><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<\/blockquote>\n<p><b><span data-contrast=\"none\">Special thanks to the instructors and for the continued support from Intuit:\u00a0\u00a0<\/span><\/b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/p>\n<ul>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\"><a href=\"https:\/\/www.linkedin.com\/in\/samanthakem\/\"><span data-contrast=\"none\">Samantha Monteiro<\/span><\/a><span data-contrast=\"auto\">; Software Engineer\u00a02\u00a0\u2013 PCG\u00a0<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}\">\u00a0<\/span><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>#LatinaGeeks partnered with Intuit on Thursday, August 26th to present an\u00a0enriching\u00a0virtual opportunity for Latinas to learn\u00a0JavaScript.\u00a0<\/p>\n","protected":false},"author":7,"featured_media":10391,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"give_campaign_id":0,"footnotes":""},"categories":[892,1471,383],"tags":[1024,1535,1552,92,114],"class_list":["post-10389","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-latinageeks-workshops","category-webinars","category-youtube","tag-career-development","tag-intuit","tag-javascript","tag-latinas-learn-to-code","tag-workshops"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Latinas Learn JavaScript with Intuit - #LatinaGeeks\u2122<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Latinas Learn JavaScript with Intuit - #LatinaGeeks\u2122\" \/>\n<meta property=\"og:description\" content=\"#LatinaGeeks partnered with Intuit on Thursday, August 26th to present an\u00a0enriching\u00a0virtual opportunity for Latinas to learn\u00a0JavaScript.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/\" \/>\n<meta property=\"og:site_name\" content=\"#LatinaGeeks\u2122\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/latinageeks\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-27T06:00:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-27T06:00:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1307\" \/>\n\t<meta property=\"og:image:height\" content=\"732\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Suzy Reyes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@latinageeks\" \/>\n<meta name=\"twitter:site\" content=\"@latinageeks\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Suzy Reyes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/\"},\"author\":{\"name\":\"Suzy Reyes\",\"@id\":\"https:\/\/latinageeks.com\/#\/schema\/person\/412fcbbca7d35230d5688c4a734f0ded\"},\"headline\":\"Latinas Learn JavaScript with Intuit\",\"datePublished\":\"2021-09-27T06:00:57+00:00\",\"dateModified\":\"2021-09-27T06:00:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/\"},\"wordCount\":758,\"publisher\":{\"@id\":\"https:\/\/latinageeks.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png\",\"keywords\":[\"career development\",\"intuit\",\"JavaScript\",\"latinas learn to code\",\"workshops\"],\"articleSection\":[\"#LatinaGeeks Workshops\",\"Webinars\",\"YouTube\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/\",\"url\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/\",\"name\":\"Latinas Learn JavaScript with Intuit - #LatinaGeeks\u2122\",\"isPartOf\":{\"@id\":\"https:\/\/latinageeks.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png\",\"datePublished\":\"2021-09-27T06:00:57+00:00\",\"dateModified\":\"2021-09-27T06:00:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage\",\"url\":\"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png\",\"contentUrl\":\"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png\",\"width\":1307,\"height\":732},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/latinageeks.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Latinas Learn JavaScript with Intuit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/latinageeks.com\/#website\",\"url\":\"https:\/\/latinageeks.com\/\",\"name\":\"#LatinaGeeks\u2122\",\"description\":\"NonProfit for Latinas in Technology and Entrepreneurs\",\"publisher\":{\"@id\":\"https:\/\/latinageeks.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/latinageeks.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/latinageeks.com\/#organization\",\"name\":\"#LatinaGeeks\u2122\",\"url\":\"https:\/\/latinageeks.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/latinageeks.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/latinageeks.com\/wp-content\/uploads\/2019\/04\/latinageeks-logo-trans-300.png\",\"contentUrl\":\"https:\/\/latinageeks.com\/wp-content\/uploads\/2019\/04\/latinageeks-logo-trans-300.png\",\"width\":300,\"height\":150,\"caption\":\"#LatinaGeeks\u2122\"},\"image\":{\"@id\":\"https:\/\/latinageeks.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/latinageeks\",\"https:\/\/x.com\/latinageeks\",\"https:\/\/www.instagram.com\/latinageeks\",\"https:\/\/www.linkedin.com\/company\/latinageeks\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/latinageeks.com\/#\/schema\/person\/412fcbbca7d35230d5688c4a734f0ded\",\"name\":\"Suzy Reyes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/latinageeks.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/51adbfc7f885b4c3159f3d2dc98a7a2476161d062e8852aa444b695793f84dfd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/51adbfc7f885b4c3159f3d2dc98a7a2476161d062e8852aa444b695793f84dfd?s=96&d=mm&r=g\",\"caption\":\"Suzy Reyes\"},\"url\":\"https:\/\/latinageeks.com\/author\/suzy\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Latinas Learn JavaScript with Intuit - #LatinaGeeks\u2122","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/","og_locale":"en_US","og_type":"article","og_title":"Latinas Learn JavaScript with Intuit - #LatinaGeeks\u2122","og_description":"#LatinaGeeks partnered with Intuit on Thursday, August 26th to present an\u00a0enriching\u00a0virtual opportunity for Latinas to learn\u00a0JavaScript.\u00a0","og_url":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/","og_site_name":"#LatinaGeeks\u2122","article_publisher":"https:\/\/www.facebook.com\/latinageeks","article_published_time":"2021-09-27T06:00:57+00:00","article_modified_time":"2021-09-27T06:00:59+00:00","og_image":[{"width":1307,"height":732,"url":"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png","type":"image\/png"}],"author":"Suzy Reyes","twitter_card":"summary_large_image","twitter_creator":"@latinageeks","twitter_site":"@latinageeks","twitter_misc":{"Written by":"Suzy Reyes","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#article","isPartOf":{"@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/"},"author":{"name":"Suzy Reyes","@id":"https:\/\/latinageeks.com\/#\/schema\/person\/412fcbbca7d35230d5688c4a734f0ded"},"headline":"Latinas Learn JavaScript with Intuit","datePublished":"2021-09-27T06:00:57+00:00","dateModified":"2021-09-27T06:00:59+00:00","mainEntityOfPage":{"@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/"},"wordCount":758,"publisher":{"@id":"https:\/\/latinageeks.com\/#organization"},"image":{"@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage"},"thumbnailUrl":"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png","keywords":["career development","intuit","JavaScript","latinas learn to code","workshops"],"articleSection":["#LatinaGeeks Workshops","Webinars","YouTube"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/","url":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/","name":"Latinas Learn JavaScript with Intuit - #LatinaGeeks\u2122","isPartOf":{"@id":"https:\/\/latinageeks.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage"},"image":{"@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage"},"thumbnailUrl":"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png","datePublished":"2021-09-27T06:00:57+00:00","dateModified":"2021-09-27T06:00:59+00:00","breadcrumb":{"@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#primaryimage","url":"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png","contentUrl":"https:\/\/latinageeks.com\/wp-content\/uploads\/2021\/09\/Screen-Shot-2021-09-26-at-10.58.48-PM.png","width":1307,"height":732},{"@type":"BreadcrumbList","@id":"https:\/\/latinageeks.com\/latinas-learn-javascript-with-intuit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/latinageeks.com\/"},{"@type":"ListItem","position":2,"name":"Latinas Learn JavaScript with Intuit"}]},{"@type":"WebSite","@id":"https:\/\/latinageeks.com\/#website","url":"https:\/\/latinageeks.com\/","name":"#LatinaGeeks\u2122","description":"NonProfit for Latinas in Technology and Entrepreneurs","publisher":{"@id":"https:\/\/latinageeks.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/latinageeks.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/latinageeks.com\/#organization","name":"#LatinaGeeks\u2122","url":"https:\/\/latinageeks.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/latinageeks.com\/#\/schema\/logo\/image\/","url":"https:\/\/latinageeks.com\/wp-content\/uploads\/2019\/04\/latinageeks-logo-trans-300.png","contentUrl":"https:\/\/latinageeks.com\/wp-content\/uploads\/2019\/04\/latinageeks-logo-trans-300.png","width":300,"height":150,"caption":"#LatinaGeeks\u2122"},"image":{"@id":"https:\/\/latinageeks.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/latinageeks","https:\/\/x.com\/latinageeks","https:\/\/www.instagram.com\/latinageeks","https:\/\/www.linkedin.com\/company\/latinageeks\/"]},{"@type":"Person","@id":"https:\/\/latinageeks.com\/#\/schema\/person\/412fcbbca7d35230d5688c4a734f0ded","name":"Suzy Reyes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/latinageeks.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/51adbfc7f885b4c3159f3d2dc98a7a2476161d062e8852aa444b695793f84dfd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/51adbfc7f885b4c3159f3d2dc98a7a2476161d062e8852aa444b695793f84dfd?s=96&d=mm&r=g","caption":"Suzy Reyes"},"url":"https:\/\/latinageeks.com\/author\/suzy\/"}]}},"_links":{"self":[{"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/posts\/10389","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/comments?post=10389"}],"version-history":[{"count":0,"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/posts\/10389\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/media\/10391"}],"wp:attachment":[{"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/media?parent=10389"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/categories?post=10389"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/latinageeks.com\/wp-json\/wp\/v2\/tags?post=10389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}