• The questions covered here are mostly conceptual
• I never claim only these type of questions are/should be asked during interviews
• For interviews, you should have fundamentals strong. And you should be able to provide solutions to practical problems.
💙 Spread and Rest Parameter Operators (...) in JavaScript
Follow this 🧵 for the easiest and never-to-forget type explanation. Thank me later 😝
Happy Weekend 👋
👇👇👇
🤷♀️ What is the need? [The Background]
We all know that an array is a collection of elements "kept together" in memory in a contiguous manner so that we can easily access any element using an index.
⇨ As all elements were kept together, how can we break those apart?
🤷♀️ Why does an array need to be broken apart?
If elements of an array are going to be "treated separately", you have to take all them out. Let's take an example.
🤷♀️ Problem: Print all elements in an array separately.
✅ Solution:
Data Structures & Algorithms (DSA) Interview Questions
⇩
Disclaimer:
• The questions covered here are mostly conceptual
• I never claim only these type of questions are/should be asked during interviews
• For interviews, you should have fundamentals strong. And you should be able to provide solutions to practical problems.
Series: 1️⃣
Level: Beginner
Topics:
1️⃣ Algorithms
2️⃣ Data Structures
3️⃣ Array
4️⃣ Array-Algorithms
✪ I am Swapna from India 🇮🇳
✪ I had 10+ years of Experience
✪ I was a Software Architect
✪ I quit job in 2016 for health issues
✪ I am now a Tech Educator
✪ I will soon have my Blog, Portfolio and YT Channel