function sytax js code example
Example: function sytax js
function myFunction (){
alert("When Corona Ends?")
}
myFunction(); //calling my function
function myFunction (){
alert("When Corona Ends?")
}
myFunction(); //calling my function