Clone the cheerio object.
The cloned object.
const moreFruit = $('#fruits').clone(); Copy
const moreFruit = $('#fruits').clone();
https://api.jquery.com/clone/
Clone the cheerio object.