init commit

This commit is contained in:
unknown
2025-08-19 08:06:37 -04:00
commit 2957b5515a
743 changed files with 45495 additions and 0 deletions
@@ -0,0 +1,19 @@
list: user.code_common_function
code.language: javascript
code.language: typescript
code.language: javascriptreact
code.language: typescriptreact
-
abs: Math.abs
entries: Object.entries
fetch: fetch
floor: Math.floor
from entries: Object.fromEntries
keys: Object.keys
log: console.log
max: Math.max
min: Math.min
print: console.log
round: Math.round
values: Object.values