This file contains hidden or 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
<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> |
This file contains hidden or 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 createOperations(){ | |
var operations = []; | |
for (var i = 0; i < 5; i++) { | |
operations.push(function(input){ | |
return input * i; | |
}) | |
} | |
return operations; | |
} |
This file contains hidden or 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
var f = function(){ | |
maxCount=5; | |
for (var i=0 ;i<maxCount; i++){ | |
alert(i); | |
} | |
} | |
function createOperations(){ | |
var operations = []; |
OlderNewer