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

JavaScript Treehouse Club - MASH MASH - JavaScript Introduction

Asher Benisti
Asher Benisti
1,571 Points

Isn't this to soon ? It's nice starting to learn java but I don't know if my knowledge on HTML and CSS is good enough

The thing is I understand the basic on HTML and CSS but I am not that good that I could write my own code for building my own page. Isn't there a good exercise to write a custom HTML page to see if i am fit enough to start on JAVA yet?

2 Answers

Claudiu Bancos
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Claudiu Bancos
Front End Web Development Techdegree Graduate 22,468 Points

The MASH courses seem to me to be more of an introduction to HTML, CSS, and JavaScript than serious practical courses on the subjects. It's nice to have an introduction to what JavaScript is and what it's capable of before going deep with HTML and CSS. You should probably take more HTML and CSS courses before you take more JavaScript courses though.

Also, JavaScript is NOT the same as Java. They are two different langauges.

Asher Benisti
Asher Benisti
1,571 Points

Thanks for your reply. What course would you recommend?

Claudiu Bancos
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Claudiu Bancos
Front End Web Development Techdegree Graduate 22,468 Points

I recommend choosing a Track and following the course order on there. If you're interested in Front-End Web Development, there's a Track for that.

As far as a specific course, I recommend How to Make a Website.

https://teamtreehouse.com/library/how-to-make-a-website

You see, Java is a completely different programming language and it has nothing to do with javascript. "Java" is used for developing games and apps for Android; while "Javascript" is used for the purpose of front-end web development and stuff like that.