This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |