const userInput = ''; const storedData = userInput ?? 'DEFAULT'; console.log(storedData);
null 또는 undefined 이라면 'DEFAULT' 이다.