-
-
Notifications
You must be signed in to change notification settings - Fork 1
Lesson #4: Make it Move
If HTML is the underlying skeleton behind the web page and CSS is the make up that adds a little color to the picture, Javascript is the thing that brings this web page to life! 💀 ––> 💃
Javascript is one of my favorite programming languages (and for so many reasons!!!). In this course we won't be learning the details behind Javascript because it would take another 3-4 weeks to get through the foundations of programming. The only thing you need to know about Javascript for this course is that files have the extension .js
and found within <script>
tags.
Stay tuned for more Code With Madi courses that will go over such programming languages like Javascript, Java (yes, they are two different languages), Python, and Golang. But for now, you're all set!