Learn how Script Tags and Document Ready Work - jquery 1st excersize

Tell us what’s happening:
I can’t to get past this exercise, followed the instructions. What am I missing

Your code so far

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

</script>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/learn-how-script-tags-and-document-ready-work

Ok lets try it this way

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

</script>

You are missing a closing “>” on the opening “script” tag.
ie Your code should go between “”