get return object not DOM

get return object not DOM

  1. alert($(

    "ul li").get(0));

This alert show this, literally:     [object]
 
This [object] will not accept any DOM methods like addClass, etc... 
Have I goofed the syntax?