JavaScript Essentials : Website Building Series
In the first two courses in our Website Building Series, you learned the basics of HTML and CSS to create and style web pages. You also learned a touch of JavaScript to manipulate your web page with user interaction.
But, that is just the tip of iceberg when it comes to what JavaScriptcan do. JavaScript is a real programming language. Ugly syntax. But a real language with lots of fun features.
What is programming? Basically a computer program is a list of instructions that the computer follows. Like a recipe for cooking. When you code – you write those instructions in a language that the computer can understand.
In this course, we will learn how to really code with JavaScript. You’ll be introduced to a lot of the fundamental concepts of programming including variables, conditionals, arrays, loops, and functions. Get ready to learn!!