DEV Community

xurgg
xurgg

Posted on

Day 12/100, 100 Days of Code

Today I learned more about Objects. I learned about looping through objects using the for...in statement. I also started working on advanced objects introduction.

I'm actually almost done with the javascript introductory course. After that I'll be starting some new courses.

I'm still looking for some small projects to start on because I know how important it is to actually build things vs just study code all day.

Top comments (2)

Collapse
 
biomathcode profile image
Pratik sharma

Hey, great to hear that !! Keep going.
Here are some small project ideas.

  1. Calculator.
  2. Tic tac Toe game
  3. Pixel drawing editor.
Collapse
 
xurgg profile image
xurgg

ty! I'll look into these