Week 1 - JavaScript Fundamentals & My First Mini Project

Published: (January 4, 2026 at 04:07 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Week 1 Overview

Week 1 is wrapped. I spent the past week working through JavaScript fundamentals — variables, data types, operators, and conditionals. The goal was to build a solid foundation before moving to more complex concepts.

What I Built

  • Implemented a simple quiz that presents one question at a time.
  • Added a second question after the first worked.
  • Developed scoring logic and a grade display.

What I Figured Out

  • How to use readline for command‑line input.
  • Managing asynchronous code flow in a small project.
  • The importance of tackling one small piece at a time instead of trying to solve everything at once.

The Real Challenge

Showing up and coding consistently led to real progress: I built something that works and deepened my understanding of the core concepts.

Resources That Helped

  • javascript.info – clear explanations with practical examples.
  • freeCodeCamp – interactive exercises that reinforced concepts.
  • Good old Google when I got stuck.

Next Week

If you’re learning too, drop a comment. What are you working on? What’s challenging you right now?

Connect with Me

  • GitHub:
  • LinkedIn:
Back to Blog

Related posts

Read more »

Learning with freeCodeCamp

So the New Year brought some changes and, hopefully, commitments. I joined the DEV Community and also created a new account on freeCodeCamp, starting with versi...