[web] interviews/bottom-content: update focus areas bottom content (#997)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com> Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
parent
73e1944d2d
commit
dfb8b8f0f4
|
|
@ -147,8 +147,12 @@ export default function InterviewsRevampFocusAreaListPage({
|
|||
{bottomContent && (
|
||||
<>
|
||||
<Divider className="my-8 md:my-4" />
|
||||
|
||||
<MDXContent mdxCode={bottomContent.body.code} />
|
||||
<MDXContent
|
||||
components={{
|
||||
FocusAreasCount: () => <span>{focusAreas.length}</span>,
|
||||
}}
|
||||
mdxCode={bottomContent.body.code}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</Section>
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
Front end interviews cover such a vast range of possible topics that it can be hard to wrap your head around. In an ideal world, you should start with the topics that are most likely to come up and where you're weakest.
|
||||
|
||||
To make your preparation more focused, we have meticulously organized the entire front end interview domain into 8 critical focus areas. These bite-sized lists of practice questions are designed to help you deep-dive into the key topics that are most frequently tested in front end interviews.
|
||||
To make your preparation more focused, we have meticulously organized the entire front end interview domain into <FocusAreasCount /> critical focus areas. These bite-sized lists of practice questions are designed to help you deep-dive into the key topics that are most frequently tested in front end interviews.
|
||||
|
||||
### Key Features
|
||||
|
||||
**1. Quality materials by credible engineers:** All the materials on the platform—including every question, solution, test case, and focus area—have been written and curated by big tech ex-interviewers who have conducted numerous interviews at top tech companies. We strive in every piece to deliver streamlined, high quality content.
|
||||
|
||||
**2. Deep dive into essential topics:** Our focus areas provide in-depth coverage of the 8 most critical topics for front end interviews. These include everything from JavaScript engineering to UI development and computer science foundations.
|
||||
**2. Deep dive into essential topics:** Our focus areas provide in-depth coverage of the <FocusAreasCount /> most critical topics for front end interviews. These include everything from JavaScript engineering to UI development and computer science foundations.
|
||||
|
||||
**3. Streamlined preparation:** By breaking down the front end domain into manageable sections, our focus areas simplify your preparation process. You can prioritize the topics where you're weaker first and then tackle the other areas if time permits.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue