Question:

Describe the function of the Google Chrome DevTools and explain the usefulness in front end development.


What's Google Chrome DevTools used for?

Google Chrome DevTools is used in web development for editing source code,CSS changes and also debugging JavaScript. These are the main uses but there are lots more things that can use.

It’s useful in front-end-development because we can do the same things we can in a text editor but see these changes live without having to reload a page. For example, if we wanted to change the color of some text we could see these changes right away. As a developer, these little things can save a lot of time.

Another feature that is important as a web developer is making your site look good on a variety of screen sizes luckily DevTools has a built-in feature that allows you to emulate different screen sizes.

That’s only a few reason why you’ll want to start using this tool if you arent’ already.