|
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": "Date And Time", |
| 81 | + "name": "Date And Time", |
82 | 82 | "snippets": [ |
83 | 83 | { |
84 | 84 | "title": "Check Leap Year", |
|
175 | 175 | ] |
176 | 176 | }, |
177 | 177 | { |
178 | | - "categoryName": "Dom Manipulation", |
| 178 | + "name": "Dom Manipulation", |
179 | 179 | "snippets": [ |
180 | 180 | { |
181 | 181 | "title": "Change Element Style", |
|
202 | 202 | ] |
203 | 203 | }, |
204 | 204 | { |
205 | | - "categoryName": "Function Utilities", |
| 205 | + "name": "Function Utilities", |
206 | 206 | "snippets": [ |
207 | 207 | { |
208 | 208 | "title": "Compose Functions", |
|
311 | 311 | ] |
312 | 312 | }, |
313 | 313 | { |
314 | | - "categoryName": "Local Storage", |
| 314 | + "name": "Local Storage", |
315 | 315 | "snippets": [ |
316 | 316 | { |
317 | 317 | "title": "Add Item to localStorage", |
|
349 | 349 | ] |
350 | 350 | }, |
351 | 351 | { |
352 | | - "categoryName": "Number Formatting", |
| 352 | + "name": "Number Formatting", |
353 | 353 | "snippets": [ |
354 | 354 | { |
355 | 355 | "title": "Convert Number to Currency", |
|
420 | 420 | ] |
421 | 421 | }, |
422 | 422 | { |
423 | | - "categoryName": "Object Manipulation", |
| 423 | + "name": "Object Manipulation", |
424 | 424 | "snippets": [ |
425 | 425 | { |
426 | 426 | "title": "Check if Object is Empty", |
|
574 | 574 | ] |
575 | 575 | }, |
576 | 576 | { |
577 | | - "categoryName": "String Manipulation", |
| 577 | + "name": "String Manipulation", |
578 | 578 | "snippets": [ |
579 | 579 | { |
580 | 580 | "title": "Capitalize String", |
|
0 commit comments