tsfunction greet(person: string, date: Date) { console.log(`Hello ${person}, today is ${date.toDateString()}!`)} greet("Maddison", new Date())
function greet(person: string, date: Date) { console.log(`Hello ${person}, today is ${date.toDateString()}!`)} greet("Maddison", new Date())
Hello
tsconst b = 2const c = 3 // highlighted (0 based)
const b = 2const c = 3 // highlighted (0 based)