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 9 months ago
Declare a function in javascript using function nameOfFunction(parameter){ and return what ever the function does with the parameter }