0
12
GGGiovanny Gongora
The type void is a little like the opposite of any: the absence of having any type at all.
function sayHello(): void {
console.log('Hello!');
}
0
12
GGGiovanny Gongora
The type void is a little like the opposite of any: the absence of having any type at all.
function sayHello(): void {
console.log('Hello!');
}