Bare-Minimum requirement for cracking the frontend interview (Internship)
Feb 10, 2022
Bare minimum (HTML) :
- HTML Semantic Elements
- Bind input field with a label
- Learn about commonly used tags: audio, video, script, head, body anchor, heading, span
Bare minimum (CSS)
- Pseudo-classes
- Ways of including CSS in HTML (Inline, external, using style tag)
- Types of selector
- Types of display
- Types of position
- CSS box model
- Padding vs Margin
- Flex and Flex-Box
- CSS grid
Bare minimum (Javascript):
- Promises
- Callbacks
- Closures
- Currying Functions
- ES7 or ES6 features
- Hoisting
- Object Destructing