{"id":53613,"date":"2020-07-29T16:30:00","date_gmt":"2020-07-29T20:30:00","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=53613"},"modified":"2021-05-25T15:49:16","modified_gmt":"2021-05-25T19:49:16","slug":"javascript-resources","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/","title":{"rendered":"JavaScript Resources for Beginners"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-1024x538.png\" alt=\"JavaScript Resources Title Image\" class=\"wp-image-73024\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>JavaScript has helped keep the internet interactive since the early days of web browsers. There are thousands of resources available to help you if you want to get better at this essential programming language. It can be difficult to figure out where to start! Below are a few JavaScript resources ranging from tutorials, books, and classes. Learning more about JavaScript will both make you a better web designer and help you follow the latest trends in the world of web design.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#beginner\">Beginner-Friendly JavaScript Resources<\/a><ul><li><a href=\"#cheat-sheet\">WebsiteSetup\u2019s JavaScript Cheat Sheet<\/a><\/li><li><a href=\"#cats\">JavaScript for Cats<\/a><\/li><li><a href=\"#khan\">Khan Academy<\/a><\/li><\/ul><\/li><li><a href=\"#comprehensive\">Intermediate Courses<\/a><ul><li><a href=\"#free\">Free Code Camp<\/a><\/li><li><a href=\"#eloquent\">Eloquent JavaScript<\/a><\/li><li><a href=\"#ydkjs\">You Don\u2019t Know JavaScript<\/a><\/li><\/ul><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"beginner\">Beginner-Friendly JavaScript Resources<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"cheat-sheet\">WebsiteSetup\u2019s JavaScript Cheat Sheet<\/h3>\n\n\n\n<p>This <a href=\"https:\/\/websitesetup.org\/javascript-cheat-sheet\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">JavaScript Cheat Sheet<\/a> is a great resource for both new and experienced coders. A quick reference guide helps you reinforce what you are learning and saves you time when reviewing core concepts. Download the PDF and keep it with you while you code!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"cats\">JavaScript for Cats<\/h3>\n\n\n\n<p><a href=\"http:\/\/jsforcats.com\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">\u2018JavaScript For Cats\u2019<\/a> is the oldest of the JavaScript resources on this list but, with only a few small exceptions, it remains a fun, brisk look at the basics of JavaScript every beginning web designer should learn.<\/p>\n\n\n\n<p class=\"alert alert-warning\">JavaScript has three ways of declaring variables! Older forms of JavaScript would use <code>var<\/code> exclusively:<code>var myApples = 4;<\/code>. Newer versions of JavaScript use <code>let<\/code> for most variables and <code>const<\/code> for constants: <code>let myApples = 4;<\/code> and <code>const serverSerialNumber = 55555;<\/code>. Don\u2019t worry if this is a bit beyond your current understanding of JavaScript! For now, just remember that you may see both versions depending on how old the code you\u2019re reading is.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"khan\">Khan Academy<\/h3>\n\n\n\n<p>Khan Academy is an online learning resource dedicated to providing teaching and education resources to the world. The site offers a <a href=\"https:\/\/www.khanacademy.org\/computing\/computer-programming\/programming\" target=\"_blank\" rel=\"noopener noreferrer\">free, comprehensive introduction to programming centered on JavaScript<\/a>. This introductory module provides an overview of both JavaScript syntax and fundamental programming concepts. If you enjoy these lessons, <a href=\"https:\/\/www.khanacademy.org\/computing\/computer-programming\" target=\"_blank\" rel=\"noopener noreferrer\">consider working your way through the entire computer programming curriculum<\/a>!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"comprehensive\">Intermediate Courses<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"free\">Free Code Camp<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.freecodecamp.org\/learn\/\" target=\"_blank\" rel=\"noopener noreferrer\">Free Code Camp provides a comprehensive, project-based curriculum<\/a> that can take you from zero experience to a professional web design job. Anyone can use the site\u2019s comprehensive tutorials. After students have completed some of the site\u2019s certifications, they are invited to gain experience and build a portfolio by designing websites for various nonprofit organizations.<\/p>\n\n\n\n<p>The curriculum covers every level of JavaScript. At higher levels, computer science science is taught using JavaScript. Advanced students study the popular React library (for design) and D3 (for data visualization). If your ultimate goal is to learn the new industry standard of JavaScript, Free Code Camp has everything you need!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"eloquent\">Eloquent JavaScript<\/h3>\n\n\n\n<p><a rel=\"noopener noreferrer\" href=\"https:\/\/eloquentjavascript.net\/\" target=\"_blank\">Eloquent JavaScript<\/a> is dense, but rewarding. The book quickly covers basic syntax before shifting focus to computer science fundamentals. Along the way, you\u2019ll learn a bit about regular expressions (regex) and build your own miniature programming language. The book ends with a look at back end, server side JavaScript development with Node.js.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ydkjs\">You Don\u2019t Know JavaScript<\/h3>\n\n\n\n<p>There\u2019s always more to learn! If you feel comfortable with the basic JavaScript, check out <a rel=\"noopener noreferrer\" href=\"https:\/\/github.com\/getify\/You-Dont-Know-JS\" target=\"_blank\">Kyle Simpson\u2019s seven book series<\/a>. Each book is an in-depth look at specific aspects of JavaScript\u2019s language architecture.<\/p>\n\n\n<div class=\"jumbotron\">Give your small business a digital presence with our fast, secure <a href=\"https:\/\/www.inmotionhosting.com\/shared-hosting\">Shared Hosting<\/a> solutions. Easily manage your websites with the industry-leading control panel on up to 20x faster web hosting that fits your budget.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>JavaScript has helped keep the internet interactive since the early days of web browsers. There are thousands of resources available to help you if you want to get better at this essential programming language. It can be difficult to figure out where to start! Below are a few JavaScript resources ranging from tutorials, books, and<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288,4346],"tags":[],"class_list":["post-53613","post","type-post","status-publish","format-standard","hentry","category-website","category-website-design"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>6 Helpful JavaScript Resources | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"With thousands of great JavaScript books, where does one begin? Here we recommend some excellent starting JavaScript resources for the beginner.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"6 Helpful JavaScript Resources | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"With thousands of great JavaScript books, where does one begin? Here we recommend some excellent starting JavaScript resources for the beginner.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-29T20:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-25T19:49:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"JavaScript Resources for Beginners\",\"datePublished\":\"2020-07-29T20:30:00+00:00\",\"dateModified\":\"2021-05-25T19:49:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\"},\"wordCount\":534,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-1024x538.png\",\"articleSection\":[\"Website\",\"Website Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\",\"name\":\"6 Helpful JavaScript Resources | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-1024x538.png\",\"datePublished\":\"2020-07-29T20:30:00+00:00\",\"dateModified\":\"2021-05-25T19:49:16+00:00\",\"description\":\"With thousands of great JavaScript books, where does one begin? Here we recommend some excellent starting JavaScript resources for the beginner.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources.png\",\"width\":1200,\"height\":630,\"caption\":\"JavaScript Resources Title Image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"JavaScript Resources for Beginners\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"6 Helpful JavaScript Resources | InMotion Hosting","description":"With thousands of great JavaScript books, where does one begin? Here we recommend some excellent starting JavaScript resources for the beginner.","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:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/","og_locale":"en_US","og_type":"article","og_title":"6 Helpful JavaScript Resources | InMotion Hosting","og_description":"With thousands of great JavaScript books, where does one begin? Here we recommend some excellent starting JavaScript resources for the beginner.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-07-29T20:30:00+00:00","article_modified_time":"2021-05-25T19:49:16+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources.png","type":"image\/png"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"JavaScript Resources for Beginners","datePublished":"2020-07-29T20:30:00+00:00","dateModified":"2021-05-25T19:49:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/"},"wordCount":534,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-1024x538.png","articleSection":["Website","Website Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/","name":"6 Helpful JavaScript Resources | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources-1024x538.png","datePublished":"2020-07-29T20:30:00+00:00","dateModified":"2021-05-25T19:49:16+00:00","description":"With thousands of great JavaScript books, where does one begin? Here we recommend some excellent starting JavaScript resources for the beginner.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/05\/javascriptResources.png","width":1200,"height":630,"caption":"JavaScript Resources Title Image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"JavaScript Resources for Beginners"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4346,"name":"Website Design","slug":"website-design","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=53613"}],"version-history":[{"count":15,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53613\/revisions"}],"predecessor-version":[{"id":73081,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53613\/revisions\/73081"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=53613"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=53613"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=53613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}