description |
---|
For the curious and the hungry |
If you'd like to learn more, this page contains a non-exhaustive, unordered list of useful resources. These resources are primarily related to Module 3, but also expand the scope of what has been covered, and touch on concepts and fundamentals that we will cover in future modules. You will see some of these resources repeated in other pages.
- Brilliant.org: Computer Science Fundamentals
- JavaScript.info: Comparisons
- FCC: Basic JavaScript - Use Conditional Logic with If Statements
- W3S: JavaScript
if else if
`` - Kenrickles:
ifs
vsif else if
code demonstration - MDN: Making Decisions in Your Code
- W3S: JavaScript Switch Statement
- Digital Ocean: How to Use the Switch Statement in JavaScript
- JavaScript String Methods: