0

How java script works?

this is simple question..I need to know.

18th Apr 2017, 6:06 AM
Nayan Pal
Nayan Pal - avatar
3 ответов
+ 7
Take care Javascript is in one word, that's very important to don't mix Java and Javascript. Javascript is a non compiled language read/triggered by the web browser of your visitors. That point become less true since Nodejs trigger it on server side like Php would do. Javascript is use to make dynamic websites, if you want to animate/build non static websites. To know how to write Javascript you should follow Sololearn's course and ask questions here when you block on a specific point. Javascript is using very common functionalities sush as: - Variables - Functions - Objects It doesn't provide a pure OOP environment but you can close to it by using it's objects. Also some populars libraries can extends Javascript and make it more confortable to use: - jQuery - Greensock - ...
18th Apr 2017, 6:42 AM
Geoffrey L
Geoffrey L - avatar
+ 6
To "quickly" learn it I recommend you to finish the course first, do some tests and read as more as possible codes from others to get it's philosophy.
18th Apr 2017, 6:46 AM
Geoffrey L
Geoffrey L - avatar
0
thank you
18th Apr 2017, 6:49 AM
Nayan Pal
Nayan Pal - avatar