FCFreddie Chavirainlogicaloperators.hashnode.dev·Jan 8, 2025 · 3 min readMy challenge with functions in Js.Functions are a newish concept to me. I’ve been struggling to understand their basic structure for a couple of weeks now. I realized that what I was trying to do was simply memorize how to build certain functions like adding a number or returning tru...00
FCFreddie Chavirainlogicaloperators.hashnode.dev·Jan 7, 2025 · 2 min readBasic function challengeIntroduction Today I took on the challenge of writing a simple code utilizing functions in Javascript. This challenge was from my Udemy course. Challenge Description Challenge 1: Describe a Country This challenge required me to list the name, popula...00
FCFreddie Chavirainlogicaloperators.hashnode.dev·Dec 7, 2024 · 2 min readJavascript challengeIntroduction Today I took on a challenge from my Udemy course. The challenge was to average two football teams’ scores and log which team won the trophy. Challenge Description Challenge: Find the average. There are two gymnastics teams: Dolphins and...00
FCFreddie Chavirainlogicaloperators.hashnode.dev·Dec 7, 2024 · 2 min readif/else exercises1. Introduction Today I realized that I should continue to practice if/else coding. I am still not in a ‘flow state’ when it comes to this foundational concept in Js. What I mean is, when Chat gtp gives me a challenge, I find myself staring at the pr...00
FCFreddie Chavirainlogicaloperators.hashnode.dev·Dec 5, 2024 · 2 min readConquering Logical Operators2. Introduction Today I learned about logical operators in Javascript. This was in line with my learning of ‘if else’ in Js. To solidify my understanding of the course I am taking in Udemy I asked Chat gtp to create two challenges for me to solve. He...00