From the course: Learning the JavaScript Language
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Continue your JavaScript development journey - JavaScript Tutorial
From the course: Learning the JavaScript Language
Continue your JavaScript development journey
- Congratulations on completing this course. We covered a lot of ground. We learned about how to use variables to store data, and many of the types of data we can play with. From there, we discussed objects, which are the base on which nearly everything meaningful we do in JavaScript is built. Control structures and operators came next, showing how we can go in different logical directions and take different actions based on those decisions. In an effort to really make our code handle tedious work, we looked at different ways to run loops or iterate. Our last big stop was functions which allow us to wrap chunks of logic in reusable callable units which makes code a lot easier to understand and maintain. Your next steps from here could go many directions. In this video we'll look at some courses that can be helpful for some of the directions you might go for the kinds of things you might try to build with your newfound knowledge…