Computer Programming
Computer Programming Courses and Content
-
Computer Programming FAQ
-
Which markup and stylesheet languages do you teach?
-
What programming languages do you teach?
-
Why do I need variables in a JavaScript program? Isn't it easier to just type the number?
-
Why does Oh Noes keep popping up when I'm writing my program?
Computer Programming Projects
-
What are the Computer Programming Project guidelines?
-
Why was my CS project hidden?
-
How do I print my programs?
-
Can I write ProcessingJS programs inside the webpage environment?
-
What are the code reviewing guidelines?
Programming Tips and Tricks
-
How do I program offline or outside of KA?
-
Does it matter which line I put my code on in the text editor?
-
If the '++' operator adds one to a variable in JavaScript coding, does '+++' add two?
-
What's the difference between "==" and "===" operator?
-
When do I use a for loop and when do I use a while loop in the JavaScript challenges?