After a few days, we began JavaScript, we pushed further today and we learn what is a framework and library. Especially, we learned different JavaScript frameworks and libraries.
A technical difference between a library and a framework is that with a library the developer is in charge of the flow, he decides when and when to call the library. For the framework, it is the other way around, the framework is in charge of the flow, it provides places for a developer to plugin hers or his code.
The advantages of libraries and frameworks are reusable code and usually help to solve common problems.
Jean Cédric NTWARI