Closed ManorSailor closed 4 years ago
There's no need to use fucntion myfunc () cause its deprecated now. You can simply define your functions like myfunc(). It's just deprecated.
fucntion myfunc ()
myfunc()
You can read about it here
There's no need to use
fucntion myfunc ()
cause its deprecated now. You can simply define your functions likemyfunc()
. It's just deprecated.You can read about it here