Simple quick one, how do i return a value from a javascript function
- by Calibre2010
say I have a function
function myFunction(myValue) {
// do something
}
How would I return a value from this, say a string type after the method is executed?
simple, but I cant find a quick neat example online
cheers