Codefence error
Could not parse the codefence for this code sample
It's usually an unclosed string
Raising Code:
function greet(person: string, date: Date) {
console.log(`Hello ${person}, today is ${date.toDateString()}!`)
}
greet("Maddison", new Date())