mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
8 lines
139 B
Markdown
8 lines
139 B
Markdown
---
|
|
id: 8bfc6467-46c6-40c6-8a5e-44c296b2a988
|
|
title: JavaScript UriError
|
|
---
|
|
|
|
``` javascript
|
|
decodeURI('%'); // URIError: URI malformed
|
|
```
|