Examining the state of your JavaScript

When developing in JavaScript, debugging your code at various points can help you see what’s happening. Let’s examine some ways you can view the state of your JavaScript code. — View this lesson and others in this course on Learn WordPress: https://learn.wordpress.org/course/beginner-wordpress-developer/ 0:00 Introduction 0:10 Server side vs client side 0:35 Opening the browser’s developer tools 1:20 The console object 2:46 Further reading