Khan Academy
Terrific Text: Part One, Computer Programming
A program that says, "Hello world," is considered a classic in computer programming. Have your young coders join the ranks of the many others who have created one of these programs. Of course, putting one's flare on a classic is always...
Khan Academy
Terrific Text: Part Two
Start being creative with your JavaScript text. The speaker defines a string and how to combine strings. The program modeled here displays the text, and using the mouseX and mouseY functions, the text grows as it moves. Your beginning...
Khan Academy
Intro to Variables, Computer Programming
What are variables, and why do I need them? These are the questions answered in this basic computer programming video. The author stresses the importance of how the equal sign used in math class has a different meaning than the equal...
Khan Academy
Mouse Interaction, Computer Programming
Drawing objects based on where the user's mouse is located can be a beneficial and fun coding activity for new JavaScript coders. Here, the speaker shows how to use the mouseY and mouseX variables in a small section of code that draws a...