A JavaScript function is a block of code designed to perform a particular task. A JavaScript function is executed when "something" invokes it (calls it). To create a function we use the keyword “function”. For example:
functionmyFunction(p1, p2) {return p1 * p2; // The function returns the product of p1 and p2}
JQuery
jQuery is a JavaScript library which greatly simplifies JavaScript programming. The purpose of jQuery is to make it much easier to use JavaScript on your website.
Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites.
Grid system
The most important thing about bootstrap is its grid system. To learn about the grid system and how you can create responsive websites using bootstrap, check out this tutorial: https://getbootstrap.com/docs/4.0/layout/grid/