HELP Challenge Guide: Script Tags and Document Ready Work

So I cannot seem to pass this challenge. I feel like i am doing it correctly, can someone look it over to see where I am messing up? This is what I have so far:

<!-- Only change code above this line. -->
<script> 
$(document).ready(function(){});
 </script>

I cleaned up your code.
You need to use triple backticks to post code to the forum.
See this post for details.

Your code should work, so it is probably a bug. You can:

  • refresh your page
  • restart browser
  • try another browser
  • try another computer/phone

If that doesn’t work, just skip the challenge and continue with the rest.

What’s the name of the challenge?

Learn how Script Tags and Document Ready Work

It was a bug. Once I reset the browser, it started working again! thanks

Glad my nothing could be of assistance :ok_hand::ok_hand::ok_hand: