We're a place where coders share, stay up-to-date and grow their careers.
JS
const setAlarm = (employed,vacation) =>employed && !vacation
JS