---
date: 20201111
id: 8bfc6467-46c6-40c6-8a5e-44c296b2a988
title: JavaScript UriError
``` javascript
decodeURI('%'); // URIError: URI malformed
```