function f() { a = "abc" } f() alert(typeof a); function fff() { var c = "abc" } fff() alert(typeof c);