Hi,
I almost every time create custom functions in two ways :
1- function()
2- function(id)
Basically I don't know what to add in "()" I would be thankful if someone tell me some examples of custom functions with different "()"
and explain me what does "()" do exactly in functions.
Thanks.