I want something like, a function that will be passed a variable as a parameter and a value that will be applied to it, how can I do that? For the code below did not work:
function setVariableValue(variable, value) {
variable = value;...
asked by
18.06.2017 / 03:08