skip to content
Shannon Crabill

The One Where I Learned Javascript (An Update)

/ 2 min read

Table of Contents

It’s been a few weeks since I seriously started learning javascript. It’s been great! I’ve gone from struggling to understand basic concepts to actually getting it and wanting to learn more! If I had to guess, I’ve put in 20+ hours into learning Javascript so far.

There is so much more to learn but here is what I have accomplished so far.

Javascript Road Trips

In mid August, Code School had their annual free weekend. From Friday-Sunday all content was free, so I took advantage of their Javascript path. The content was great! It went into detail, the examples built upon each other and I was able to download the videos/pdfs as references! I’m guessing I spent 6-8 hrs going through the lessons and I feel as though I have a really solid foundation of if/when statements, functions and variables.

Bought a Javascript Book

Jon Duckett’s JavaScript & jQuery book had been on my wish list for years. I had been putting off buying it since I didn’t need more books. However, I had heard nothing but good things. In the CodeNewbies TwitterChat other people mentioned that they were reading/had read it. So, I bit the bullet and spent twenty whole dollars on a copy. I’m only a few chapters in and I like it so far. Did you know that there is a companion site too?

Twitter Famous

I like Twitter chats. In the tech chats that I follow, a common question is “What are you working on / what are your coding goals?” Since the beginning of August, I’ve been vocal about where I am in my code journey and Twitter has responded with tons of support. I’ve gotten insane (at least from my perspective) amounts of likes along with suggestions for resources, offers to chat and people admitting they were in similar boats. Although I’m not putting myself out there for the impressions or likes, it’s encouraging to see and reassures me that I’m making a good choice.

Is it payday?

The other day, I really had Javascript on the brain. So, I decided to make a super simple webpage that answers the question “Is it payday?” It works! The logic is simple (it assumed pay is on the 15th and 30th) but I’m proud that I was able to write a function from memory. I’ve posted the code on Github with the plans to update it and add functionality.

More good things are coming!


Photo by nøcomputer is licensed under CC BY 2.0