Swapna Kumar Panda
Swapna Kumar Panda

@swapnakpanda

12 Tweets 5 reads Sep 02, 2022
50+ questions to strengthen
➤ HTML
➤ CSS
➤ JavaScript
fundamentals of Front-End Developers.
💭 Why are these questions important?
✧ By comparing, it becomes easy and quick to understand multiple concepts with less effort.
✧ At the same time, it helps us understand the use case for each.
Let's go through 50+ such comparison 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
➈ strong & b
➉ 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
➇ 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
➌ 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()
✧ String ✧
➀ 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()
➉ forEach() & map()
➀➀ forEach() & for...of
➀➁ shift() & pop()
➀➂ unshift() & push()
➀➃ reduce() & reduceRight()
➀➄ spread & rest parameter
✧ function ✧
➀ Argument & Parameter
➁ Call by value & Call by reference
➂ Function Declaration & Function Expression
➃ Normal & Anonymous function
➄ Anonymous & Arrow function
➅ apply() & call() & bind()
Hey 👋
I am a Tech Writer, Educator, and Mentor from India 🇮🇳, here sharing
✅ Tutorials
✅ Tricks
✅ Career Tips
✅ Cheat Sheets
✅ Practice Questions
✅ Roadmaps
on
➠ Web Development
➠ Data Structures and Algorithms
➠ Databases
Thanks for reading. 🙏

Loading suggestions...