+ 4
1. What are all JavaScript libraries ? 2. What do libraries do in JavaScript?
please answer 🙏
2 Antworten
+ 4
Go to this:
www.javascripting.com
+ 3
Libraries are custom extensions of Javascript, and they make things easier to do. For example, with jQuery, it is much simpler to make animations, and it really helps with webpage design
Some examples: jQuery, React.js, Node.js, TensorFlow.js, Matter.js...