const settings = { username: "lydiahallie", level: 19,...function getItems(fruitList, ...args, favoriteFruit) { return [...fruitList, ...args, favoriteFruit]}...const one = false || {} || null;const two = null || false || '';const three = [] || 0 || true;...