/*
?*?Programming?Quiz:?Using?Sets?(3-1)
?*
?*?Create?a?Set?object?and?store?it?in?a?variable?named?`myFavoriteFlavors`.?Add?the?following?strings?to?the?set:
?*?????-?chocolate?chip
?*?????-?cookies?and?cream
?*?????-?strawberry
?*?????-?vanilla
?*
?*?Then?use?the?`.delete()`?method?to?remove?"strawberry"?from?the?set.
?*/
javascript Programming Quiz: Using Sets
無無法師
2017-08-23 10:27:59