Day 26th of #100DaysOfCode
𝐉𝐒 -Learned and Practice ES6 additional features like destructing, spreadoperator
𝐇𝐓𝐌𝐋 and 𝐂𝐒𝐒 - Practiced two chapters each from @w3schoolsonline
Created a new project to ads, access and delete items in #todoList in localStorage
#js#html5
6️⃣ Spread Operator 🌟
The spread operator is a game-changer! With just three dots, you can clone arrays, combine objects, and even pass multiple arguments to functions effortlessly. 🚀
📝 Code Example:
#100DaysOfCode#JavaScript#SpreadOperator
9/ The spread operator is a powerful feature that can simplify your code and make it more readable. I hope this Twitter thread has been helpful in explaining how it works! #JavaScript#SpreadOperator#REACT#100DaysOfCode