0

Why javascript

I know html and css but is it really necessary to learn JavaScript? Or if i learn basic javascript it will ok or not ?

4th Feb 2025, 4:11 AM
Khan Rehan Ahmed Irshad
Khan Rehan Ahmed Irshad - avatar
4 Respostas
+ 5
Think of HTML, CSS, and JS as a part of a human body. HTML represents the bones. CSS represents the skin and the body parts. And JavaScript represents the brain of the human, which controls the other human parts like hands, legs, and mouth... You can use JS for multiple tasks such as performing specific tasks when a button is clicked, moving an image, light mode / dark mode switch, web game development, building a calculator, and many, many more. If you're planning to make a fantastic website, JavaScript is a great choice! It brings your creativity to the real life world!
4th Feb 2025, 7:11 AM
Dragon RB
Dragon RB - avatar
+ 5
you don't have to use js if you don't need it. you can build pretty useful static webpages with just html and css. but learning javascript is definitely a good idea if you want to be a well rounded front-end developer.
4th Feb 2025, 9:49 AM
Bob_Li
Bob_Li - avatar
+ 3
Hello, Learning JavaScript is highly recommended because it is one of the most widely used programming languages in web development. It allows you to create dynamic, interactive websites and is essential for front-end development. Furthermore, JavaScript can also be used for server-side development with technologies like Node.js, making it a versatile language. Mastering JavaScript opens up many career opportunities, as it's in demand by employers worldwide. Additionally, the language has a vast ecosystem of libraries and frameworks, which helps developers build complex applications more efficiently.
4th Feb 2025, 8:26 AM
El padre
El padre - avatar
+ 3
Khan Rehan Ahmed Irshad Necessarily, JS (JavaScript) is just as important as HTML (HyperText Markup Language) and CSS (Cascading Style Sheets). Javascript is mainly used when you want interaction or animation to the webpage, while HTML builds the structure of the Webpage and CSS creates the design and style of the Webpage. Now the question: Is it really necessary? It is. If you want interaction and animation to your webpage, JS is important. If you don’t want any of that embedded in the webpage, then that’s fine as well, whatever fits your style 😁. Like what Bob_Li also said, it’s highly required if you want to be a front-end developer. Hope this helps! 😊
4th Feb 2025, 8:21 PM
Hitori Gotō (SLM)
Hitori Gotō (SLM) - avatar