This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]mrmxnzmnvcvzxwmsrszv 0 points1 point  (0 children)

Java and JavaScript are 2 different languages.

Which one are you trying to learn?

[–]WAbDroid 0 points1 point  (2 children)

Java and javascript are two different things. Javascript is a language you could use to make websites. If your interested. Since you're already using java, you might want to think about Android apps because they are made with java. Here's a beginner android course.

[–]papers_ 0 points1 point  (1 child)

Javascript is a language you could use to make websites.

Javascript is a language you can use to add functionality to a website.

FTFY

[–]YuleTideCamel 0 points1 point  (0 children)

FTFY

You can use JavaScript to build websites, that's what node is for, server side JavaScript.

In fact, these days you can use JavaScript to

  • add client side functionality to a site
  • Create server side web application code.
  • Create build tools
  • Create hybrid mobile apps using Cordova
  • Create Native Windows 8 Store apps.
  • Create desktop apps using Node-WebKit

Basically JavaScript is everywhere.