Skip to content

Instantly share code, notes, and snippets.

View Developer-Amit's full-sized avatar

Amit Mishra Developer-Amit

View GitHub Profile
@Developer-Amit
Developer-Amit / tasks.js
Created October 24, 2020 13:45
Async Tasks running
function Runner() {
// Write your code here
// Amit's code start
function runFunctions() {
// Getting arguments from prototype
var tasks = Array.prototype.concat.apply([], arguments);
//console.log(tasks, "functions lists");
// Shifing tasks functions into a que
var task = tasks.shift();
// Executing one by one
@Developer-Amit
Developer-Amit / index.html
Created April 16, 2020 13:31
Slick slider + lightgallery
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div id="aniimated-thumbnials" class="slider-for">
<a href="http://farm9.staticflickr.com/8242/8558295633_f34a55c1c6_b.jpg">
<img src="http://farm9.staticflickr.com/8242/8558295633_f34a55c1c6_b.jpg" />
</a>