Wednesday 20 March 2019

help using variables set in function

Hello, I need some help using variables defined inside function. example:​var idfirstFunction(value1, value2, function(returnedId) {id = returnedId})secondFunction(id, value)​how do i access the returnedId from the first function and use it inside the second function?

Submitted March 20, 2019 at 12:04PM by mrtnk

No comments:

Post a Comment