Returns the unencoded version of an encoded Uniform Resource Identifier (URI).
decodeURI(encodedUri)
encodedUri
A value representing an encoded URI.
A string.
decodeURI("https://calcish.com?q=just%20a%20test")
"https://calcish.com?q=just a test"