March 2018
Beginner to intermediate
514 pages
13h 11m
English
Before AngularJS became popular, jQuery was the core library which was used to develop web apps and to dynamically interact with the HTML DOMs. Using jQuery is referred to as imperative programming, meaning your code specifies not just what you want to happen, but how you want it to happen as well. As a result, you would end up with many internals to make the code work properly, most likely ending up in a massive collection of code snippets and losing the overview of how it all connects to each other. With imperative programming, you might end up having a lot of behaviors and animations that are wired up behind the scenes, which are not apparent when looking at the code.
The solution to this ...
Read now
Unlock full access