Category: JavaScript 101
-
JavaScript 101: Challenge
JavaScript 101: Challenge Congratulations! By getting this far, you have proved your ability to code and debug at a basic level. You’re now ready for the final challenge of this beginners course. On completion of the project below, you will be more than capable of starting the intermediate JavaScript 201 course, starting a new language,…
-
JavaScript 101: Branches
JavaScript 101: Branches You now know how to input, store, modify, and output data. But there’s a lot more to coding than just basic maths. For example, what if you don’t know the next output? What if the output depends on a specific condition in your program? To achieve this conditional checking, we can use…
-
JavaScript 101: Basics
JavaScript 101: Basics Let’s start with the basics. Every computer program is designed to perform one or more of four basic steps: For instance, try running this code: Just two lines of code to print your name as a message in your browser. The code stores data in a variable and uses functions built into…