I have no idea why I’m getting a syntax error in the last part of the sleep debt calculator exercise. The video explainer is outdated and does not correlate with the exercise. It doesn’t explain the concepts at all well. Any ideas?
const calculateSleepDebt = () => {
const idealSleepHours = getIdealSleepHours(8);
};