how i use function
Declare a function in javascript using function nameOfFunction(parameter){ and return what ever the function does with the parameter }
1 Comment
dev sahar 1 year ago
Declare a function in javascript using function nameOfFunction(parameter){ and return what ever the function does with the parameter }