Skip to content

Commit a034252

Browse files
author
=
committed
Readme updated
1 parent 707d91b commit a034252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes-app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const getUniqueId = () => {
1111
for (let i = 0; i < 7; i++)
1212
id += key.charAt(Math.floor(Math.random() * 100 % key.length));
1313
return id
14-
}
14+
}
1515

1616
const save = (id) => {
1717
localStorage.setItem(id.parentElement.parentElement.dataset.key, id.parentElement.nextElementSibling.value);

0 commit comments

Comments
 (0)