yo(selector).last()

Get the last node returned by the selector;

yo('p').last();

Go to index