How did you learn javascript?
Moderators: egami, macek, gesf
Best way to learn any coding language:
Mess around with some mini scripts (For example: turn the page red on a button click, load a page from PHP, small things).
Look up information on W3schools and other sites
Use Jquery! (its the best!)
Look at code from random websites, and look how they managed to get things working.
If you have problems, post a topic here!
Sam
Mess around with some mini scripts (For example: turn the page red on a button click, load a page from PHP, small things).
Look up information on W3schools and other sites
Use Jquery! (its the best!)
Look at code from random websites, and look how they managed to get things working.
If you have problems, post a topic here!
Sam
- WebOutGateway
- php-forum Fan User
- Posts: 65
- Joined: Mon Jun 13, 2011 9:25 pm
- Location: Pasig City, Philippines
- Contact:
I have learned JavaScript, basically in school but I have learned much about it during my internship. W3Schools also helped me to understand JavaScript more.