-
Contact Language Advocates
Below is a list of languages that have advocates (team leaders). If you are interested in volunteering to translate Khan Academy content into these languages (or others), please first fill out t...
-
What are the quality guidelines for creating subtitles?
In Amara.org, you have to translate from a baseline of English subtitles that should comply with our KA captions standard guide. Being familiar with some guidelines can be useful, although you ca...
-
How do I recreate Khan Academy videos?
NOTE: Before you read these instructions, think about whether dubbing or recreating is the best choice for your language and local audience. Khan Academy allows its translation teams to decide wh...
-
How do I dub Khan Academy videos?
This article provides information on how to dub Khan Academy videos. Note: Before you read these instructions, think about whether dubbing or recreating is the best choice for your language and...
-
Does it matter which line I put my code on in the text editor?
In all the coding languages Khan Academy supports, it's okay to skip a few lines every now and then to keep your code readable and organized. Blank space is ignored for the most part by the code in...
-
When do I use a for loop and when do I use a while loop in the JavaScript challenges?
All for loops can be written as while loops, and vice-versa. Just use whichever loop seems more appropriate to the task at hand. In general, you should use a for loop when you know how many times ...
-
What's the difference between "==" and "===" operator?
When programming in JavaScript, you'll need to compare variables sometimes. To do so, you can use the operators "==" and "===," they will tell you if the outcome of the comparison is true or false....
-
If the '++' operator adds one to a variable in JavaScript coding, does '+++' add two?
No. The '++' operator is a shortcut for x+=1—being x a variable in your coding. If you'd like a variable to increase by any number different from 1, you should do something like this: x+=n, being n...
-
Can I write ProcessingJS programs inside the webpage environment?
Yes, you can write ProcessingJS programs inside our webpage environment. This is something you may want to do if you're adding buttons, input fields, or other interactive elements using HTML tags. ...
-
Can I learn Python on Khan Academy?
Yes! You can learn Python on Khan Academy in the Intro to Computer Science - Python course. We also have our original Python videos on our YouTube channel here.
-
Total activity 77
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 3
-
Subscriptions 20
-
Total activity 77
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 3
-
Subscriptions 20