From the course: Computer Science Principles Lab: JavaScript

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - JavaScript Tutorial

From the course: Computer Science Principles Lab: JavaScript

Start my 1-month free trial

Next steps

- [Instructor] To recap, this course covered the basics of the Javascript programming language. In this course, we walked through how to set up your computer to code in Javascript. Then we looked at how to store values and variables and perform actions based on those variables. Next, we looked at functions that grouped sections of code using a name that can accept and return values to customize how those functions work. With functions, we also introduced the concept of variable scope, that defines where and when you can access variables in your code. We then looked at an example of how you can capture input from the user using HTML components. Then, we looked at how you can branch your code using conditional tests with the If, Else/If, and Else statements, combined with Boolean values, equality, and logical operators. Then, we examine how to repeat actions multiple times using loops, covering the While, Do While, and For loops. Finally, we looked at arrays, which are named collections…

Contents