|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "categoryName": "Array Manipulation", |
| 3 | + "name": "Array Manipulation", |
4 | 4 | "snippets": [
|
5 | 5 | {
|
6 | 6 | "title": "Partition Array",
|
|
62 | 62 | ]
|
63 | 63 | },
|
64 | 64 | {
|
65 |
| - "categoryName": "Basics", |
| 65 | + "name": "Basics", |
66 | 66 | "snippets": [
|
67 | 67 | {
|
68 | 68 | "title": "Hello, World!",
|
|
78 | 78 | ]
|
79 | 79 | },
|
80 | 80 | {
|
81 |
| - "categoryName": "Color Manipulation", |
| 81 | + "name": "Color Manipulation", |
82 | 82 | "snippets": [
|
83 | 83 | {
|
84 | 84 | "title": "RGB to Hex Color",
|
|
94 | 94 | ]
|
95 | 95 | },
|
96 | 96 | {
|
97 |
| - "categoryName": "Date And Time", |
| 97 | + "name": "Date And Time", |
98 | 98 | "snippets": [
|
99 | 99 | {
|
100 | 100 | "title": "Check Leap Year",
|
|
191 | 191 | ]
|
192 | 192 | },
|
193 | 193 | {
|
194 |
| - "categoryName": "Dom Manipulation", |
| 194 | + "name": "Dom Manipulation", |
195 | 195 | "snippets": [
|
196 | 196 | {
|
197 | 197 | "title": "Change Element Style",
|
|
218 | 218 | ]
|
219 | 219 | },
|
220 | 220 | {
|
221 |
| - "categoryName": "Function Utilities", |
| 221 | + "name": "Function Utilities", |
222 | 222 | "snippets": [
|
223 | 223 | {
|
224 | 224 | "title": "Compose Functions",
|
|
327 | 327 | ]
|
328 | 328 | },
|
329 | 329 | {
|
330 |
| - "categoryName": "Local Storage", |
| 330 | + "name": "Local Storage", |
331 | 331 | "snippets": [
|
332 | 332 | {
|
333 | 333 | "title": "Add Item to localStorage",
|
|
365 | 365 | ]
|
366 | 366 | },
|
367 | 367 | {
|
368 |
| - "categoryName": "Mathematical Functions", |
| 368 | + "name": "Mathematical Functions", |
369 | 369 | "snippets": [
|
370 | 370 | {
|
371 | 371 | "title": "Greatest Common Divisor",
|
|
381 | 381 | ]
|
382 | 382 | },
|
383 | 383 | {
|
384 |
| - "categoryName": "Number Formatting", |
| 384 | + "name": "Number Formatting", |
385 | 385 | "snippets": [
|
386 | 386 | {
|
387 | 387 | "title": "Convert Number to Currency",
|
|
463 | 463 | ]
|
464 | 464 | },
|
465 | 465 | {
|
466 |
| - "categoryName": "Object Manipulation", |
| 466 | + "name": "Object Manipulation", |
467 | 467 | "snippets": [
|
468 | 468 | {
|
469 | 469 | "title": "Check if Object is Empty",
|
|
628 | 628 | ]
|
629 | 629 | },
|
630 | 630 | {
|
631 |
| - "categoryName": "String Manipulation", |
| 631 | + "name": "String Manipulation", |
632 | 632 | "snippets": [
|
633 | 633 | {
|
634 | 634 | "title": "Capitalize String",
|
|
0 commit comments