Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Mayur Pande
Courses Plus Student 11,711 PointsShould I learn javascript?
I'm asking the question, as for the most part I have been just using php and mysql to build the backend for sites and then use html and css for the front end. However if I need something in javascript (for example a menu icon for mobile view) I just find a script online and don't bother learning about it and just plug it into my site.
I am asking this because at the moment I don't really see the need in it. However I have read articles stating that it is important to learn. Also as I am still in the learning process of PHP will I be too overwhelmed learning two different languages at one time?
1 Answer
Andrew Rady
20,880 PointsI would say yes....I am a php developer(thanks to treehouse) and I work mostly with PHP and MYSQL at work, but end up using JavaScript everyday. While I do not dive into it as much as a front-end developer I use my fair share and understand it enough so if my boss wants something done I can do it myself, or know where to look to get the info to get the job done.
On a personal note I use JavaScript a lot on personal projects because I can't really brush something for someone else to do it. My opinion is that you do not need to be an expert in it as a back-end developer, but knowing it will improve you value as a programmer greatly.
Mayur Pande
Courses Plus Student 11,711 PointsMayur Pande
Courses Plus Student 11,711 PointsHi Andrew,
Thanks for the reply, I am hopefully following in your footsteps to become a php developer. Do you have any tips you would like to share on what to how to get there, projects to code, open source projects?
Thanks to your advice I will start giving JS a go as well.