프론트엔드 개발 여정 시작하기: # 100DaysOfCode 2일차 💻🚀

작성자

카테고리:

← 피드로
DEV Community · Sehar Munawar · 2026-07-20 개발(SW)
Cover image for Starting My Frontend Development Journey: Day 2 of #100DaysOfCode 💻🚀

Sehar Munawar

Building a strong foundation in JavaScript isn’t just about writing syntax.it’s about understanding how data moves, changes, and structures itself under the hood.

Here is my engineering review and key reflections from Day 2 of my #100DaysOfCode journey! 💡

🛠️ Concepts Explored & Key Takeaways

1. Data Type Behavior & Dynamic Concatenation

  • The Insight: JavaScript’s dynamic typing makes combining strings and numbers straightforward, but understanding type coercion is essential to preventing silent logical errors.
  • Key Reflection: Clean formatting during string operations ensures readable outputs without unexpected type conversions.

2. Type Inspection (typeof)

  • The Insight: Explicitly verifying data structures before operating on them is a core practice for defensive programming.
  • Key Reflection: Getting into the habit of inspecting primitive types early helps build reliable logic as state complexity grows.

3. Mini JavaScript Terminology Reference

  • The Insight: Built a structured 5-word core dictionary using JavaScript variables to practice clean naming conventions and formatted console delivery.
  • Key Reflection: Documenting technical definitions in code reinforces both variable scoping concepts and fundamental web development vocabulary.

🔍 Technical Reflections & Next Steps

Key takeaway: Consistency in variable naming, proper data handling, and clean repository structuring on Day 2 set the standard for maintainable code down the road.

  • 🌐 Code Repository: Track my daily progress, commit history, and code structure on GitHub: js-logic-building.
  • ⏱️ Coding Logs: Live coding activity and time tracking are tracked automatically via WakaTime.

Drop a reaction ❤️ or bookmark 🔖 if you are also tracking your #100DaysOfCode journey!

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다