let a = void 0 // a is undefined
let f = ()=>{return;}
let b = f() // b is undefined
Created
December 31, 2019 02:28
-
-
Save upangka/4405dcc5f413efeceb2c1179220dfa7f to your computer and use it in GitHub Desktop.
javascript 赋值undefined
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment