Skip to content

Commit 99c374b

Browse files
committed
fourth
1 parent dce2985 commit 99c374b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

public/data/javascript.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"}"
202202
],
203203
"tags": ["javascript", "utility", "url", "parameters"],
204-
"author": "Chirantan Patra"
204+
"author": "cpatra11"
205205
},
206206
{
207207
"title": "Get Multiple URL Query Parameters",
@@ -221,7 +221,7 @@
221221
"}"
222222
],
223223
"tags": ["javascript", "url", "queryparams", "utility", "multiple"],
224-
"author": "Chirantan Patra"
224+
"author": "cpatra11"
225225
},
226226
{
227227
"title": "Build a Query String from an Object",
@@ -235,7 +235,7 @@
235235
"}"
236236
],
237237
"tags": ["javascript", "url", "querystring", "utility"],
238-
"author": "Chirantan Patra"
238+
"author": "cpatra11"
239239
},
240240
{
241241
"title": "Device Type Detection",
@@ -287,7 +287,7 @@
287287
"desktop",
288288
"utility"
289289
],
290-
"author": "Chirantan Patra"
290+
"author": "cpatra11"
291291
},
292292
{
293293
"title": "Deep Clone an Object",
@@ -310,7 +310,7 @@
310310
"}"
311311
],
312312
"tags": ["javascript", "object", "clone", "utility"],
313-
"author": "Chirantan Patra"
313+
"author": "cpatra11"
314314
},
315315
{
316316
"title": "Get Base URL",
@@ -322,7 +322,7 @@
322322
"}"
323323
],
324324
"tags": ["javascript", "url", "baseurl", "utility"],
325-
"author": "Chirantan Patra"
325+
"author": "cpatra11"
326326
},
327327
{
328328
"title": "Email Validation with Disposable Domain Check",
@@ -388,7 +388,7 @@
388388
"}"
389389
],
390390
"tags": ["javascript", "email", "validation", "disposable", "utility"],
391-
"author": "Chirantan Patra"
391+
"author": "cpatra11"
392392
}
393393
]
394394
},
@@ -434,7 +434,7 @@
434434
"}"
435435
],
436436
"tags": ["javascript", "dom", "class", "utility"],
437-
"author": "Chirantan Patra"
437+
"author": "cpatra11"
438438
},
439439
{
440440
"title": "Remove Class from an Element",
@@ -445,7 +445,7 @@
445445
"}"
446446
],
447447
"tags": ["javascript", "dom", "class", "utility"],
448-
"author": "Chirantan Patra"
448+
"author": "cpatra11"
449449
},
450450
{
451451
"title": "Set Text Content of an Element",
@@ -456,7 +456,7 @@
456456
"}"
457457
],
458458
"tags": ["javascript", "dom", "text", "utility"],
459-
"author": "Chirantan Patra"
459+
"author": "cpatra11"
460460
},
461461
{
462462
"title": "Show Loading Spinner",
@@ -473,7 +473,7 @@
473473
"}"
474474
],
475475
"tags": ["javascript", "loading", "spinner", "utility"],
476-
"author": "Chirantan Patra"
476+
"author": "cpatra11"
477477
},
478478
{
479479
"title": "Show/Hide Loading Spinner(with CSS)",
@@ -543,7 +543,7 @@
543543
"document.head.appendChild(style);"
544544
],
545545
"tags": ["javascript", "spinner", "loading", "UI", "utility"],
546-
"author": "Chirantan Patra"
546+
"author": "cpatra11"
547547
}
548548
]
549549
},

0 commit comments

Comments
 (0)