important
Page 1 of 1
important
Can i knew when function finished his work, and after that do something else ??????? Thanks for helpRe: important
function name() { From here function starts his work/* all the code goes here */
} From here function Stops his work
i hope this will clear the concept of from where function starts its work and from where it stops.
Regards,
XainPro
Page 1 of 1