feat: 🚚 Create readme for each categories and clean repo

This commit is contained in:
2023-12-08 11:06:11 +01:00
parent f0641e7694
commit a4dbe0e5dc
11 changed files with 72 additions and 5 deletions

View File

@ -1,3 +1,12 @@
# Low
```javascript
const phrase = document.getElementById("phrase").value;
const token = md5(rot13(phrase));
console.log(token);
console.log(token);
```
# Medium
> In progress
# High
> In progress