#JavaScript #avaScript / Functions / encodeURI(), encodeURIComponent(), decodeURI(), decodeURIComponent() encodeURI(), encodeURIComponent(), decodeURI(), decodeURIComponent() encodeURI() : A function that encodes without :, ;, /, =, ?, &, etc. used in internet addresses. encodeURIComponent() : a function that encodes all characters. decodeURI() : A function that decodes a string encoded with enc..