// Variabels as normal
let Hello:string;
Hello = "Hello World!";
console.log(Hello); // Hello World!
