单项选择题

var items = new Set([1, 2, 3, 4, 5, 5, 5, 5]);items.size返回正确的是()

A.5
B.8
C.0
D.1