Will select the first element of a cheerio object.
The first element.
$('#fruits').children().first().text();//=> Apple Copy
$('#fruits').children().first().text();//=> Apple
https://api.jquery.com/first/
Will select the first element of a cheerio object.