Skip to content

Instantly share code, notes, and snippets.

@nfeco22
Created May 10, 2017 17:25
Show Gist options
  • Save nfeco22/039dfbd195d138edbc1fd832c416ce49 to your computer and use it in GitHub Desktop.
Save nfeco22/039dfbd195d138edbc1fd832c416ce49 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/variwu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
var monthCount=1
var rabbitCounter=30;
for (rabbitCounter; monthCounter<=6; rabbitCounter*2) {
console.log("A Pacsirta Völgyben a(z)" + monthCount + ". hónapban a nyulak száma " + rabbitCounter +"." )
}
</script>
<script id="jsbin-source-javascript" type="text/javascript">var monthCount=1
var rabbitCounter=30;
for (rabbitCounter; monthCounter<=6; rabbitCounter*2) {
console.log("A Pacsirta Völgyben a(z)" + monthCount + ". hónapban a nyulak száma " + rabbitCounter +"." )
}</script></body>
</html>
var monthCount=1
var rabbitCounter=30;
for (rabbitCounter; monthCounter<=6; rabbitCounter*2) {
console.log("A Pacsirta Völgyben a(z)" + monthCount + ". hónapban a nyulak száma " + rabbitCounter +"." )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment