mirror of
https://github.com/alrayyes/wiki.git
synced 2025-02-16 16:26:28 +00:00
9 lines
154 B
Markdown
9 lines
154 B
Markdown
---
|
|
date: 20201111
|
|
id: 8bfc6467-46c6-40c6-8a5e-44c296b2a988
|
|
title: JavaScript UriError
|
|
---
|
|
|
|
``` javascript
|
|
decodeURI('%'); // URIError: URI malformed
|
|
```
|