import foo from "foo"; console.log(foo); var one = 1; let two = 2; const three = 3; function fn() {} this;