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
Cesar Rodas
1,338 PointsJava and JavaScript
I'm on the android track and eclipse uses Java. The second part of the track is teaching me JavaScript. I thought they were different languages. Can someone clear this up for me? Do i have to get something besides eclipse in order to follow the course? thanks for any help.
2 Answers
Stone Preston
42,016 Pointsthey are two different languages. The other course on javascript is just an "intro to programming topics" sort of thing. Javascript is not used in android development, its just a good language to start with and to learn core programing principles such as functions, variables, objects etc. I guess you could skip it if youd like since it doesnt really have anything to do with android, but it would help with programming in general
Cesar Rodas
1,338 PointsThanks a lot for clarifying!