Quantcast
Channel: Recent Gists from devnix
Viewing all articles
Browse latest Browse all 15

Gotham needs a hero...

$
0
0
batman.js
var string = "abc";
var number = string++;
number = number.toString();
var output = '';
var i = 0;
while (i <= 16) {
output = output + number;
i++;
}
console.log(output + " Batman!");

Viewing all articles
Browse latest Browse all 15

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>