Skip to content

Instantly share code, notes, and snippets.

View ashleycoker's full-sized avatar

Ashley Coker ashleycoker

  • 01:31 (UTC +01:00)
View GitHub Profile
<video height="270" width="480" controls
src src="https://s3.eu-west-2.amazonaws.com/bebop2videos-hls-streams/pollensa-sailing-/july2017hls_400k_.m3u8">
<p>Your browser does not support HLS playback in HTML5.</p>
</video>
function createOperations(){
var operations = [];
for (var i = 0; i < 5; i++) {
operations.push(function(input){
return input * i;
})
}
return operations;
}
var f = function(){
maxCount=5;
for (var i=0 ;i<maxCount; i++){
alert(i);
}
}
function createOperations(){
var operations = [];