{"id":6279,"date":"2019-09-09T12:34:24","date_gmt":"2019-09-09T12:34:24","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=6279"},"modified":"2022-11-03T20:16:41","modified_gmt":"2022-11-04T03:16:41","slug":"front-end-developer-interview-questions-and-answers","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/","title":{"rendered":"Front End Developer Interview Questions and Answers"},"content":{"rendered":"\n<p>Front end developers are responsible for everything we see on the internet (including this webpage). They have a highly important job that affects every technology user throughout the globe. So, how can you join the ranks of these coveted developers? How can you ace your own front end developer interview? Career Karma has the breakdown plus tips to becoming the best front end developer that you can be!&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-a-front-end-developer\"><strong>What Is a Front End Developer?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"848\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/mobile-phone-1087845_1280.jpg\" alt=\"\" class=\"wp-image-6283\"\/><figcaption>Front end developers are used throughout the web.&nbsp;<\/figcaption><\/figure>\n\n\n\n<p>You may have already heard of <a href=\"https:\/\/careerkarma.com\/blog\/backend-vs-front-end-development\/\">backend and front end<\/a> development. While the two different, the main difference is that backend development is behind the scenes while front end development is on the consumer side of things. So, whether you\u2019re working with website functionality or font size, you\u2019ll always have the user in mind. Front end developers are in high demand within the tech industry and are <a href=\"https:\/\/careerkarma.com\/blog\/senior-front-end-developer-salary\/\">paid generously<\/a> for their knowledge.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-front-end-developer-interview-questions-and-answers\"><strong>Front End Developer Interview Questions and Answers&nbsp;<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/directory-1699948_1280.jpg\" alt=\"\" class=\"wp-image-6284\"\/><figcaption>These are just a few of the potential questions and answers front end developers may face during their interview.&nbsp;<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>So, here\u2019s what you\u2019ve been waiting for; the top front end developer interview questions and answers.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-do-you-ensure-that-your-website-design-or-web-application-is-accessible-and-user-friendly\">How do you ensure that your website design or web application is accessible and user-friendly?<\/h3>\n\n\n\n<p>Answer: For this question, you\u2019ll want to include the following:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>First-hand experience implementing usability and accessibility standards<\/li><li>A drive to create a web experience that&#8217;s accessible to all end users<\/li><li>Ways that the you have implemented usability and accessibility your previous projects<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-are-your-favorite-types-of-front-end-development-projects-to-work-on-what-do-you-like-about-them\">What are your favorite types of front end development projects to work on? What do you like about them?<br><\/h3>\n\n\n\n<p>Answer: For this question, you\u2019ll want to focus on the following:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A strong opinion on your favorite types of development<\/li><li>Enthusiasm for the project types that your employer describes&nbsp;<\/li><li>Examples of your favorite front end development projects<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-s-your-process-for-addressing-browser-specific-rendering-problems-do-you-find-that-a-certain-browser-is-more-challenging-to-work-with-than-others\">What&#8217;s your process for addressing browser-specific rendering problems? Do you find that a certain browser is more challenging to work with than others?<br><\/h3>\n\n\n\n<p>Answer: For this answer, be sure to include the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Examples of browser-specific workarounds<\/li><li>Understanding of how browsers render apps and pages<\/li><li>Knowledge of troubleshooting browser-specific problems<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-can-you-explain-the-concept-of-a-css-float-and-provide-an-example-of-its-usage\">Can you explain the concept of a CSS float and provide an example of its usage?<br><\/h3>\n\n\n\n<p>Answer: This answer will require some memorization and a bit of confidence!&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A concrete definition of CSS floats<\/li><li>Examples of how you use this element in your code<\/li><li>Confidence in explaining this technical concept to any audience<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-do-you-structure-your-css-and-javascript-to-make-it-easier-for-other-developers-to-work-with\">How do you structure your CSS and JavaScript to make it easier for other developers to work with?<br><\/h3>\n\n\n\n<p>Answer: This answer is all about showcasing how you work well when coding with others.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Experience with code organization and code commenting<\/li><li>First-hand knowledge of what happens when code isn&#8217;t commented appropriately<\/li><li>A willingness to make things easier on the other development teams<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-explain-the-css-box-model-and-the-layout-components-that-it-consists-of\"><strong>Explain the CSS \u201cbox model\u201d and the layout components that it consists of<\/strong><\/h3>\n\n\n\n<p>Answer:<\/p>\n\n\n\n<p>The CSS box model is a rectangular layout paradigm for HTML elements that consists of:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Content<\/strong> &#8211; The content of the box, where text and images appear<\/li><li><strong>Padding<\/strong> &#8211; A transparent area surrounding the content (i.e., the amount of space between the border and the content)<\/li><li><strong>Border<\/strong> &#8211; A border surrounding the padding (if any) and content<\/li><li><strong>Margin<\/strong> &#8211; A transparent area surrounding the border (i.e., the amount of space between the border and any neighboring elements)&nbsp;&nbsp;<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-is-strict-mode\"><strong>What is strict mode?<\/strong><\/h3>\n\n\n\n<p>Answer:<\/p>\n\n\n\n<p><em>Strict Mode<\/em> is a new feature in ECMAScript 5 that allows you to place a program, or a function, in a &#8220;strict&#8221; operating context. This strict context prevents certain actions from being taken and throws more exceptions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-takeaway\">The Takeaway<\/h2>\n\n\n\n<p>It\u2019s important to remember that some of these questions are more specific than others. When preparing for a <a href=\"https:\/\/careerkarma.com\/blog\/technical-interviews\/\">technical interview<\/a>, it&#8217;s imperative that you do some research on the company that you\u2019ll be speaking with. In addition to research, you can also prepare for both skills based and personality questions.\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"Front end developers are responsible for everything we see on the internet (including this webpage). They have a highly important job that affects every technology user throughout the globe. So, how can you join the ranks of these coveted developers? How can you ace your own front end developer interview? Career Karma has the breakdown&hellip;","protected":false},"author":36,"featured_media":6280,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[17497],"tags":[338],"class_list":{"0":"post-6279","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-interviews","8":"tag-interviews"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"Interviews","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":"","is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Front End Developer Interview Questions and Answers | Career Karma<\/title>\n<meta name=\"description\" content=\"Ever wondered what a front end development interview is like? Career Karma has the answer plus tips and advice on how to ace your own front end interview!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Front End Developer Interview Questions and Answers\" \/>\n<meta property=\"og:description\" content=\"Ever wondered what a front end development interview is like? Career Karma has the answer plus tips and advice on how to ace your own front end interview!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-09T12:34:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-04T03:16:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"825\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Gaib Bunch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gaib Bunch\" \/>\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:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/\"},\"author\":{\"name\":\"Gaib Bunch\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/918f0408429a0b86a086d5e292f526be\"},\"headline\":\"Front End Developer Interview Questions and Answers\",\"datePublished\":\"2019-09-09T12:34:24+00:00\",\"dateModified\":\"2022-11-04T03:16:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/\"},\"wordCount\":691,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg\",\"keywords\":[\"interviews\"],\"articleSection\":[\"Interviews\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/\",\"name\":\"Front End Developer Interview Questions and Answers | Career Karma\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg\",\"datePublished\":\"2019-09-09T12:34:24+00:00\",\"dateModified\":\"2022-11-04T03:16:41+00:00\",\"author\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/918f0408429a0b86a086d5e292f526be\"},\"description\":\"Ever wondered what a front end development interview is like? Career Karma has the answer plus tips and advice on how to ace your own front end interview!\",\"breadcrumb\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg\",\"width\":1280,\"height\":825},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/careerkarma.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Interviews\",\"item\":\"https:\/\/careerkarma.com\/blog\/interviews\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Front End Developer Interview Questions and Answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\",\"url\":\"https:\/\/careerkarma.com\/blog\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/careerkarma.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/918f0408429a0b86a086d5e292f526be\",\"name\":\"Gaib Bunch\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/02\/Gaib-bunch-150x150.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/02\/Gaib-bunch-150x150.jpg\",\"caption\":\"Gaib Bunch\"},\"description\":\"Gaib is a lover of all things technology and design! Gaib is passionate about helping people learn about latest technologies and discover great career opportunities in technology\",\"url\":\"https:\/\/careerkarma.com\/blog\/author\/gaib-bunch\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Front End Developer Interview Questions and Answers | Career Karma","description":"Ever wondered what a front end development interview is like? Career Karma has the answer plus tips and advice on how to ace your own front end interview!","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:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"Front End Developer Interview Questions and Answers","og_description":"Ever wondered what a front end development interview is like? Career Karma has the answer plus tips and advice on how to ace your own front end interview!","og_url":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2019-09-09T12:34:24+00:00","article_modified_time":"2022-11-04T03:16:41+00:00","og_image":[{"width":1280,"height":825,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg","type":"image\/jpeg"}],"author":"Gaib Bunch","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"Gaib Bunch","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/"},"author":{"name":"Gaib Bunch","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/918f0408429a0b86a086d5e292f526be"},"headline":"Front End Developer Interview Questions and Answers","datePublished":"2019-09-09T12:34:24+00:00","dateModified":"2022-11-04T03:16:41+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/"},"wordCount":691,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg","keywords":["interviews"],"articleSection":["Interviews"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/","url":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/","name":"Front End Developer Interview Questions and Answers | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg","datePublished":"2019-09-09T12:34:24+00:00","dateModified":"2022-11-04T03:16:41+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/918f0408429a0b86a086d5e292f526be"},"description":"Ever wondered what a front end development interview is like? Career Karma has the answer plus tips and advice on how to ace your own front end interview!","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/question-4105529_1280.jpg","width":1280,"height":825},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/front-end-developer-interview-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Interviews","item":"https:\/\/careerkarma.com\/blog\/interviews\/"},{"@type":"ListItem","position":3,"name":"Front End Developer Interview Questions and Answers"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/918f0408429a0b86a086d5e292f526be","name":"Gaib Bunch","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/02\/Gaib-bunch-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/02\/Gaib-bunch-150x150.jpg","caption":"Gaib Bunch"},"description":"Gaib is a lover of all things technology and design! Gaib is passionate about helping people learn about latest technologies and discover great career opportunities in technology","url":"https:\/\/careerkarma.com\/blog\/author\/gaib-bunch\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/6279","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/36"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=6279"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/6279\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/6280"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=6279"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=6279"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=6279"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}