let a = 42; let b = "Alma"; let c = undefined; let d = function(){ return 1; } let e = {a:"a", b:10}; print(a);