Let day = 4; let wakeupTime = 4; console.log(`Day ${day} woke

let day = 4;
let wakeupTime = 4;

console.log(Day ${day} woke up at ${wakeupTime}am.);

Day 4 woke up at 4 am.

Lol

You are the only person who responded to that little typescript

Haha js is fun.

1 Like

I can do most of them pretty good

var day = 4;
var time = 4;

if (day === 4 && time === 4) {
console.log('Woke up at 4am on day 4');
} else {
console.log('Not yet time to wake up');
}

I don’t code for work anymore, but learning a little js took me far in my career with no college.

I quit high school the first week of my senior year but I train llms for fun