Article

Inspecting Arrays

https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js
Copy to clipboard

We can also inspect arrays in detail.

By pressing Ctrl + Shift + J on chrome you bring up a console window on your browser.

Run the code below and click on the object. https://raw.githubusercontent.com/finsweet/jqueryCourse/main/debugging/ex3.js?actionable=true

<script>
$(document).ready(function(){
  XT1
});
</script>
Copy to clipboard
Send to Live Demo

Live demo

<script>    
$(document).ready(function() {
  XT1
});
</script>
<script>
  
</script>
Copy to clipboard
Press the Run Demo button to execute the scripts above.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Your browser is too small

Resize your browser to be at least 769px wide.