Javascript
Prequisites
- Basic understanding of HTML
- Understand the motivation and usage of CSS
- Have a beginner level knowledge of programming in a object oriented language
Motivation
What Is Javascript?
JQuery
JavaScript Frontend Frameworks
Managing indvidual HTML, CSS and JavaScript files can become very difficult to handle once your site gets very large. In order to solve this problem, we use "JavaScript Frameworks" for frontend development. It allows you to write HTML, CSS and JavaScript in a standardized, consistent and organized way to maxmize scalability. This site for instance is built on a framework called "NuxtJS". Here are some JavaScript frameworks you can look into, some of which have resource pages on this site:
- [ReactJS]
- [VueJS]
- [AngularJS]
- [NuxtJS]