Skip to content

Instantly share code, notes, and snippets.

@un1crom
Created September 22, 2021 20:55
Show Gist options
  • Save un1crom/dfee5a6ee0c5f58f4a9ed4b3a8208547 to your computer and use it in GitHub Desktop.
Save un1crom/dfee5a6ee0c5f58f4a9ed4b3a8208547 to your computer and use it in GitHub Desktop.
/*(<seed> //write a nodejs javascript function to count to a number between 34 and 98 and say Hello World.
</seed>)
<stop>});</stop>
<codeType>javascriptBrowser</codeType>*/
var count = 34;
while (count < 98) {
console.log("Hello World")
count++
}
/*<output>{
"console": {},
"count": 98
}
</output>*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment