I'm not sure about what is the correct form of this JS code
codelocalStorage.setItem('ProfileRequest', "{'username':'+user_name+'}");/code
I need the ProfileRequest to map the request of where,
therefore the format should be something like {"username":'1'} but I want the user_name local storage variable replace '1'
What should be look like of the correct form of this JS code?
Thank you