1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-26 02:56:17 +02:00
parent 54961e19a4
commit 0f511bf881

View File

@@ -26,6 +26,15 @@ const store = new Store({
}
});
function talkAboutMyself(cat){
console.log("this is not a debugging function!");
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
}
let folders = store.get('folders') || [];
folders = folders.map(f => ({
...f,