
I’m finally understanding JavaScript. I don’t want to jinx myself, but it’s starting to make sense.
Frontend Mentor has been one of my favorite resources to use to practice my web development skills. So far I have completed 10 challenge projects. My latest project, Pricing Component with Toggle Switch, was a great opportunity to practice my Vanilla JavaScript skills. I needed to create a toggle switch that changed the monthly prices to the yearly prices.
I tried a few new techniques. I used the before and after pseudocode to place labels to the sides of the toggle switch. I also added the background images as their own svg elements and positioned them separately. This was a Junior Level project. The link for my version of the design is below.
I made a huge decision today (mentally and financially)… Cue nerves…
I’ve been sharing my coding journey with FreeCodeCamp for the past two years. So, I decided to take another “leap” and start my Front-End Web Developer Nanodegree on Udacity. Continue reading Starting my Udacity Nanodegree…
Today was another beautiful day in my neighborhood. The sun was shining, the weather was warm, and I had time for a short walk. Then I went back to my main task for the weekend—trying to make peace with JavaScript. I’ve been reading books (JavaScript for Kids, JavaScript & JQuery, and JavaScript Grammar). In addition to working, I’ve been working through tutorials on FreeCodeCamp, Wes Bos’s website, and Udemy. At this point, I only have one question…
What will it take to help me understand and retain JAVASCRIPT? Why aren’t the functions, objects, and arrays sticking to my brain?
I feel as if the information is in my brain. However, it’s lying there like an organized mess. Just when I think I understand how to solve a problem, my mind becomes blank. I realize I need to be patient, but… I’M LOSING MY JAVASCRIPT PATIENCE!
I would love to hear how other coders made it through learning JavaScript.
I would appreciate any guidance, help, and useful tips that anyone can offer. I will continue working on my tutorials and reading all of my resources. I just hope in time I will be more comfortable with JavaScript as I am with HTML and CSS.