Category: JavaScript

  • ,

    Switch Statements

    The conditional if, else, and else if statements are some of the most powerful and often used statements in programming. As a teenager playing around with Visual Basic, these statements were the building blocks into my understanding of programming logic. So to help me cement this in my brain, I’m writing a blog post about…

    Read More