We're a place where coders share, stay up-to-date and grow their careers.
Hey @shane__lonergan
The very first code example contains TypeScript.
function printNameAndAge(person: string, ageInYears: number): void {
I am guessing this should be regular JavaScript.
Hey @shane__lonergan
The very first code example contains TypeScript.
I am guessing this should be regular JavaScript.