I am trying to make it so that when you input your username on the webpage in the database, it is adding an underscore where the spaces are, I dont know if this is right or if im adding it in the wrong spot
var username = newUsername.replaceAll('_', ' ')