-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript #42
Comments
You can use YouTube as well, but the most recommend method is learning with some websites like : w3school and you must have to practice it while learning. |
There are many useful resources that you can utilize easily online like MDN web docs, freecodecamp.com, udemy, codecademy, and the list goes very long. |
HTML is just a skeleton and CSS is just a way to style the skeleton. To make your website responsive and functional like doing some sort of calculation, changing the appearance of a section of your website upon clicking a button, etc you need JavaScript.I remember making a sliding photo section for my first web-d project using javaScript leveraging its array functionality. |
What is the function of JavaScript in web development and how can I learn it easily?
The text was updated successfully, but these errors were encountered: