# 100 Days of Code Challenge

*Photo by [James Harrison](https://unsplash.com/@jstrippa) on [Unsplash](https://unsplash.com)*

# Day 0

I started the **#100DaysOfCode** challenge today. Currently working on the ‘Basic JavaScript’ course by freeCodeCamp.

Hoping to learn some new skills & connect with others interested in programming/coding. To connect and keep up-to-date with my daily progress, you can follow me on twitter [@wordsbyfifi](https://twitter.com/wordsbyfifi/), [GitHub](https://github.com/ananfito), or right [here on Hashnode](https://ananfito.hashnode.dev).

If you’re interested in learning more and joining the challenge check it out here: [https://100daysofcode.com](https://100daysofcode.com).

Happy coding!

## **Today's Progress:** 

Started working on Basic JavaScript course created by freeCodeCamp. Currently 34% complete with the course. Got stuck on the 'Word Blanks' activity but after staring at it for several minutes, having my partner look at it, I finally found the answer in a [forum](https://forum.freecodecamp.org/t/word-blanks-hey-guys-i-need-help-i-cant-seem-to-get-this-right-i-have-passed-all-the-words-into-word-blanks-but-its-still-not-right/225558/8?u=codebyfifi). My error was syntactical and I forgot to include spaces before AND after the variables in the concatenated string.

## **Thoughts:** 

Next time I think I need to work a little earlier in the evening. I worked 8pm-9pm and my brain was tired which made reading on a screen (and understanding some instructions) difficult. I did however listen to [Vivaldi's 'Four Seasons - Winter'](https://youtu.be/ZPdk5GaIDjo) on repeat which helped me focus.

## **Link to work:** 

For my progress visit the timeline on my [freeCodeCamp Profile](https://www.freecodecamp.org/ananfito).

*This post originally appeared on [my personal website’s blog](https://anthonynanfito.com/2022/08/05/100-days-of-code-challenge/).*

*You can read my full #100DaysOfCode journal on [my GitHub repository for the challenge](https://github.com/ananfito/100-days-of-code).*
