Instructional Video4:19
Khan Academy

Terrific Text: Part One, Computer Programming

6th - Higher Ed
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...
Instructional Video3:57
Khan Academy

Terrific Text: Part Two

6th - Higher Ed
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...
Instructional Video3:52
Khan Academy

Intro to Variables, Computer Programming

5th - Higher Ed
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...
Instructional Video3:00
Khan Academy

Mouse Interaction, Computer Programming

6th - Higher Ed
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...