60+ Questions for Front-End Developers
❍ HTML
❍ CSS
❍ JavaScript
⇩
❍ HTML
❍ CSS
❍ JavaScript
⇩
💭 What are these questions all about?
✧ Comparison is one of the best techniques to understand multiple concepts easily with less effort.
✧ Moreover, it also helps us understand the use case for each.
Here, I have listed 60+ such questions from HTML, CSS & JavaScript.
✧ Comparison is one of the best techniques to understand multiple concepts easily with less effort.
✧ Moreover, it also helps us understand the use case for each.
Here, I have listed 60+ such questions from HTML, CSS & JavaScript.
➊ HTML
What's the difference between
➀ Element & Tag
➁ head & header
➂ link & a
➃ div & span
➄ ol & ul & dl
➅ th & td
➆ radio & checkbox
➇ q & blockquote
What's the difference between
➀ Element & Tag
➁ head & header
➂ link & a
➃ div & span
➄ ol & ul & dl
➅ th & td
➆ radio & checkbox
➇ q & blockquote
➈ strong & b
➉ em & i
➀➀ strong & em
➀➁ block & inline
➀➂ input type="text" & textarea
➀➃ input type="image" & img
➀➄ img & picture
➉ em & i
➀➀ strong & em
➀➁ block & inline
➀➂ input type="text" & textarea
➀➃ input type="image" & img
➀➄ img & picture
➋ CSS
What's the difference between
➀ Inline & Internal & External CSS
➁ : (Pseudo Class) & :: (Pseudo Element)
➂ Selector & Combinator
➃ margin & padding
➄ outline & border
➅ content-box & border-box
➆ display:none & visibility:hidden
What's the difference between
➀ Inline & Internal & External CSS
➁ : (Pseudo Class) & :: (Pseudo Element)
➂ Selector & Combinator
➃ margin & padding
➄ outline & border
➅ content-box & border-box
➆ display:none & visibility:hidden
➇ inline & inline-block
➈ flex & grid
➉ align-items & justify-content
➀➀ box-shadow & drop-shadow
➀➁ em & rem
➀➂ em & px & pt & %
➀➃ clip & clip-path
➀➄ Clipping & Masking
➀➅ width & max-width
➈ flex & grid
➉ align-items & justify-content
➀➀ box-shadow & drop-shadow
➀➁ em & rem
➀➂ em & px & pt & %
➀➃ clip & clip-path
➀➄ Clipping & Masking
➀➅ width & max-width
➌ JavaScript
Highlight the difference
✧ General ✧
➀ var & let & const
➁ undefined & null
➂ == & === & Object. is()
➃ || & ??
➄ for...in & for...of
➅ Array's length & String's length
➆ Object Literal & JSON
➇ Math.floor() & Math.trunc()
Highlight the difference
✧ General ✧
➀ var & let & const
➁ undefined & null
➂ == & === & Object. is()
➃ || & ??
➄ for...in & for...of
➅ Array's length & String's length
➆ Object Literal & JSON
➇ Math.floor() & Math.trunc()
✧ String ✧
➀ slice & substring
➁ at() & charAt()
➂ charAt() & charCodeAt()
➃ charAt() & codePointAt()
➀ slice & substring
➁ at() & charAt()
➂ charAt() & charCodeAt()
➃ charAt() & codePointAt()
✧ Array ✧
➀ Array() & new Array()
➁ Single & Multiple parameter Array()
➂ of() & from()
➃ find() & filter()
➄ findIndex() & indexOf()
➅ includes() & some()
➆ some() & every()
➇ map() & flatMap()
➈ slice() & splice()
➀ Array() & new Array()
➁ Single & Multiple parameter Array()
➂ of() & from()
➃ find() & filter()
➄ findIndex() & indexOf()
➅ includes() & some()
➆ some() & every()
➇ map() & flatMap()
➈ slice() & splice()
➉ forEach() & map()
➀➀ forEach() & for...of
➀➁ shift() & pop()
➀➂ unshift() & push()
➀➃ reduce() & reduceRight()
➀➄ spread & rest parameter
➀➀ forEach() & for...of
➀➁ shift() & pop()
➀➂ unshift() & push()
➀➃ reduce() & reduceRight()
➀➄ spread & rest parameter
✧ function ✧
➀ Argument & Parameter
➁ Function Declaration & Function Expression
➂ Normal & Anonymous function
➃ Anonymous & Arrow function
➀ Argument & Parameter
➁ Function Declaration & Function Expression
➂ Normal & Anonymous function
➃ Anonymous & Arrow function
Hey 👋
I am a Tech Educator and Mentor from India 🇮🇳
Here, I am sharing Tutorials, Tricks, Infographics, Cheat Sheets, Interview Questions, Project Ideas and Roadmaps on Web Development, DSA and, Databases.
To never miss anything, Follow me ✅
I am a Tech Educator and Mentor from India 🇮🇳
Here, I am sharing Tutorials, Tricks, Infographics, Cheat Sheets, Interview Questions, Project Ideas and Roadmaps on Web Development, DSA and, Databases.
To never miss anything, Follow me ✅
Loading suggestions...