i have learned many javascript tutorial,the tutorial only thought me about creating variable/array,manipulating variable/array(using operators and function/method,etc),loops (for loop,do while loop,etc),conditions(if....elseif...else,switch case,etc) and outputting messages.
In all the javascript tutorials that i learned ,none of them teach me how to create a window,drawing images,load images,moving stuff,play sound ,play animation etc
Until now(already few years learning), i only know how to output created variable via messages box.
can anyone teach me javascript to do other stuff instead of just outputting messages?