Уреррор

/*Occurs when improperly using a global URI-handling function. 
('URI' = Uniform Resource Identifier).*/

decodeURI('%');

/*The % character is used to encode characters not otherwise allowed in 
URIs, such as spaces (%20). If an invalid character encoding is given, 
a URIError results.*/
Tough Tortoise