The jQuery function
Returns an object
var
bullets = $(
'ul li'
);
With properties
bullets.length
// integer ≥ 0
OSDC13