JavaS-Functions
Declaring a Function
Creating a function, we give it a name and write the statements which performs the desired task inside the curly braces. This is called a FUNCTION DECLARATION.
We declare a function using the function keyword.
We give the funct...
samatavijaykumar.hashnode.dev4 min read