Skip to main content

One difference is that the variables that you declare in the function are local, so they goesgo away when you exit the function and thethey don't conflict with other variables in other or same code.

One difference is that the variables that you declare in the function are local, so they goes away when you exit the function and the don't conflict with other variables in other code.

One difference is that the variables that you declare in the function are local, so they go away when you exit the function and they don't conflict with other variables in other or same code.

Source Link
Guffa
  • 703.4k
  • 113
  • 761
  • 1k

One difference is that the variables that you declare in the function are local, so they goes away when you exit the function and the don't conflict with other variables in other code.