I don't work with JavaScript, but I'm trying to find this answer. We want to change the _ within variable names into space. I know JavaScript does not allow this, but is there a clever way of doing this like concatenating the two into one such as:
var firstname + ' ' + lastname
Then put
firstname lastname = "Jack Jill";
Or perhaps some library calls. I know the above does not work because of + and '