Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What can JavaScript do? [closed]

Tags:

javascript

Hey, I am a newbie to JavaScript. I really don't know what it does.

  • What can I do with JavaScript?
  • What are the possibilities of JavaScript?
  • What tools will I require to develop in JavaScript?
  • Is there some plugin available in Eclipse?

Thanks!

like image 475
Gooner Avatar asked Apr 28 '26 02:04

Gooner


2 Answers

Javascript is a programming language.

You can do anything with it that you can do with other programming languages.

As with other languages, you need a text editor and a compiler/interpreter in order to develop with it.

It is mostly used with websites to provide better interaction than HTML can do alone and most web browsers have a built in interpreter for javascript. For security reasons, javascript in the browser is limited (so it can't directly access the filesystem, for example).

See this list of resources for further learning.

like image 183
Oded Avatar answered Apr 30 '26 14:04

Oded


Javascript is a programming language used, in context of web sites, to implement behavior function to a page on client side. Using HTML and CSS only, with no Javascript, you can only show things in a pre-defined way. With Javascript, you can control the way things behave.

You can use whatever text editor you like to write Javascript code, and a web browser to run it.

like image 38
Johan Avatar answered Apr 30 '26 16:04

Johan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!