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

Srdjan Cestic
6,855 PointsPurpose of JavaScript for Front End development job position
I'm just finish with arrays, until now I don't finish any challenge at the end, before I look on Dave's solution. Then I get idea and I'm able to complete the challenge and understand most of my code. My questions is next : Is JavaScript Basic and Loops, Arrays courses just for introduction to JavaScript syntax and what each syntax can do? Because I don't get any idea where would I using JavaScript as Front End developer, or maybe when I learn jQuery and jQuery plugin, things will become clearer? Is JavaScript there just for interactivity in Front End job?
Is that normal that I can't solve challenges my own, or maybe I just need to watch again all videos to understand better? I know there are too many questions, but I feel stuck since I start with JavaScript.
PS. That's my first programming language.
2 Answers

Luke Glazebrook
13,564 PointsHi!
JavaScript on the front end is usually used for making a website interactive such as adding animations and etc. I know some front end web developers who use jQuery quite a lot for adding various different animations to the web pages they are working on. Also, it is useful to know if you ever need to just write a quick little application to sit inside your website.
Don't worry about not getting the answer first time by the way! It can sometimes be difficult to pick up a language and new concepts. If you keep watching the videos though and putting the steps into practice then you will pick them up in no time.
If you have any more questions then don't hesitate to ask them.
-Luke

Sergio Alen
26,726 PointsI understand how you feel, the challenges are there to familiarize yourself with the language, once you get a real life task where you need to code something in javascript everything will come together, so hang in there.
I got my first developer job in an agency after 1 year, but had to build a portfolio first so I think you should try and get experience first then go for "the job" :) Good luck!

Srdjan Cestic
6,855 PointsThanks Sergio, also good luck to you. What you can do now with JavaScript after you learn it? Do you make interactive pages, or you do some more complex jobs?
Srdjan Cestic
6,855 PointsSrdjan Cestic
6,855 PointsThanks for great answer Luke. So in most cases Front End developers use just jQuery from JavaScript to make websites interactive, right? At this moment I'm between beginner and intermediate level of HTML and CSS, so when I practice a little bit that, and learn jQuery and Ajax, I will be able to start looking for job in that field?
Regards