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