Webdev-Fu Lessons with Lola

Welcome to the most epic guide to JavaScript Jujitsu ever! Here's where the magic happens, folks.

Lesson 1: The Fundamentals

Learn the basics of JavaScript, including variables, data types, and control structures. Don't worry, it's easier than a good game of Variables are like Dogs!

				// JavaScript Jujitsu for the win!
				var x = 5; 
				var y = "hello"; 
				if (x > 10) { console.log("x is bigger than 10"); } 
				else { console.log("x is not that big of a deal"); } 
			

Next Lesson: Variables are Like Dogs

In this lesson, you'll learn the intricacies of variable types, including Numbers are like Dogs with Leashes and Strings are like Dog Tags.