I created a variable with this syntax. I know in JS I can have var or let variables. I don't know what type is created with this syntax:
let myName = 'maciek'; //want to check is it var or let in the console
Is there a way to output a variable type?