+ 25
Why we need to learn JavaScript for web development ???
24 Respuestas
+ 21
HTML is for writing, CSS provides presentation and layout, and Javascript allows interaction on the website ☺️
+ 35
Javascript allows you to improve and maximize the user experience
+ 19
JavaScript is currently used by approximate 94.5% of all websites.
As a client-side programminglanguage, JavaScript helps web developers to make web pages dynamic and interactive by implementing custom client-side scripts.
+ 16
You've completed HTML course, right?
So, for making the web page more dynamic, beautiful, and interactive we use JavaScript. As you know, some topics in HTML5 course are related with JavaScript. So JavaScript is important for web development. You can even create games, mobile apps and desktop apps with it.
+ 12
To control out page and connect to server and process entred data on page,
Java script is the life giver of web pages
+ 11
To make dynamic websites.
+ 9
🔽Because if you want to make dynamic websites and you want to add interactivity to the web site from client side you can use javascript.
Javasript is the most commonly used client side scripting language.
🔽Therefore learning javascript is obviously important in web development gaving core knowledge of javascript help you to understand dynamic web pages works.
🔽And as my opinion learning core javascript concepts helps me to learn php well. And using javascript fom you can acess to the html elements and you can change them that is another most important aspect of javascript.
Hope this helpful 🌸
+ 8
Javascript javascript its all over theweb .....if you have body and want superpowers may be its exaggeration lets say basic functionalities then javascript is the one who comes to the rescue
Trust be patiest while learning understand the language and you will endure it throughout your life
+ 7
To add intercativity on webpages
+ 6
Thanks brother AvïNash TïwaRi
+ 5
Because human are wasteful if they only be beautiful structure rather than having working feature.
+ 5
Exactly! With JavaScript wesites become more interactive. I am learning JS to further dive into creating Mobile apps :) which I hope, will learn any time soon.
+ 2
Because all browser supports it and this makes web sites interactive. It can also used in server side as back end processing.
+ 2
Javascript allows interaction on web sites
+ 2
Personally, I mainly use javascript in web applications to make fetch/api requests. And I use it very sparingly in websites. In websites, many simple animations can be done with css. More often than not, I see websites that ignore the capabilities of CSS and go straight to javascript. Sure, it works, but keep in mind that some visitors will disable javascript in their browsers. It all depends what you want to do.
+ 2
Because it makes wesites very interactive
https://code.sololearn.com/W1HytmSMVYu1/?ref=app
+ 2
We use JavaScript to make the website dynamic, which includes things like collecting information from the user through forms like login registration, contact information etc and to store it in your database, and creating cool looking loading bar to display how much of the task is remaining from 0 - 100. this just few simple things done with the help of javaScript.
+ 2
To make dynamic web page
JavaScript is very usefull
+ 1
Javascript is the backbone for learning client side validation and programming and a learning step to advance into client side programming. When you move deeper into this you will learn VUE.js , Angular.js
0
It enables you to write client side code that is browser independent without making a server call ! 🤫