When you declare a variable example:
let names:string = "Yulio"; console.log(names);
The answer that it would give is the value of