Can't pass this one(SOLVED)

Hello, i am trying to simply write my script element on lesson 92 Bootstrap, but it doesn’t work.

I tried copy pasting from the HINT link but nothing. Mozilla and Chrome.

Please someone type exactly what do i have to type in.
Thanks

EDIT:
So it should be like this:

<script>
  $(document).ready(function() {

  });
</script>

In the HINT link i provided the example is written wrong. Please take the time to edit it.

If you contact the moderators with the changes that need to be made to the Hints, someone can fix it. Some of them are out of date and the challenges have changed since they were written.

Did you ever get an answer to this? I am having the same problem.

If you’re looking for help with a challenge, you can create a topic in the Help category describing the problem that you’re having.

paste this
<script> (document).ready(function(ready) });</script>

i’m having the same problem it’s been an hour now, i can’t get past this!

Please describe what problem you’re having. Please tell us what different things you have tried. Show us your code.

I’ll take a wild guess and say that you tried to paste your code here 3 times now.
For code to be shown here, you paste it, highlight it, and click the button “preformatted text” from the toolbar above. (here in the comment box you’re typing)

<script $(document).ready(function() { 
        });>
</script>

that’s my code please tell me what’s wrong with it.

1 Like

The closing > of the script tag should be before $(document)

1 Like

Omg:giraffe::roll_eyes:…thank you, i’m just gonna go bang my head against the wall before i continue!