When building any web application, it is important to ensure that it is fully tested in all browsers that you need to support. At the very least, this is usually the latest version of all modern browsers. However, during the development phase, you'll most likely use a single browser, so it is important to choose the best one for our needs.
Google Chrome has been my choice of browser for many years now, but, more recently, it has been truly cemented as the best tool for the job (in my opinion) due to a number of extensions that we can install to help us while building the frontend of our application. There will be more on this later!
To install Google Chrome, navigate to the following URL and follow the instructions provided: https://www.google.co.uk/intl/en/chrome/.
As I'll only be using Chrome for the purposes of this book, it is the only browser...