As a novice in the world of web development, I find myself grappling with confusion. My current learning endeavor involves delving into Bootsrap through a project centered around developing a portfolio using both Bootstrap and Sass. However, an issue has arisen that goes as follows: 1- We have successfully installed nodejs 2- Using npm, we were able to install necessary packages (including Sass and Bootstrap) 3- As we commenced working on the project, we included the bootstrap js file in the html file we were focusing on
Here is the specified file:
The perplexing question at hand is why we needed to implement this file despite having already installed Bootsrap. In my understanding, the installation should suffice and negate the need for further implementation! Could there possibly be any distinctions between implementation and installation? And what exactly does the installation of bootstrap accomplish???