File size: 401 Bytes
d42edea
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
    {
        "id": "code1",
        "name": "JavaScript Array Utilities",
        "description": "A collection of useful array manipulation functions.",
        "filePath": "./codes/array-utils.js"
    },
    {
        "id": "code2",
        "name": "DOM Manipulation Library",
        "description": "Lightweight library for DOM manipulation.",
        "filePath": "./codes/dom-library.js"
    }
]