I\'ve got short question
What\'s a diffrence between:
let a; function assign(){ return a=5; } assign()
vs
let a; fun