The encodeUriComponent() function encodes a Uri by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeUri(), this function encodes more characters, including those that are part of the Uri syntax....encodeURIComponent() function encodes a URI by replacing each instance of...including those that are part of the URI syntax. Try it Syntax js enc...