What is JS (JavaScript)? JavaScript is a multi-paradigm and single threaded script language. Which means JS supports functional programming as well as the Object Oriented Programming(OOP) and It's applications are run using a single thread by default. JS is specifically made for the Web. Nowadays it's a must use JS for web applications to optimize and make it work as the world need. JS have ability to do calculations, validations more accurately and efficiently. With JS, HTML and CSS can be modified without refreshing the web pages. What are JavaScript Frameworks ? If we think a website as a desktop PC. When you building new PC, It's almost impossible and impractical to build it from scratch using small microchips, smd type components and home made PCBs.But you can use pre-manufactured hardware components modules like RAMs, HDD, Motherboard and etc. Using pure JS to your website is like building a PC from scratch but It's possible and very hard to ge...