Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save un1crom/af99ab27c4479479c8cc55f5529cd24e to your computer and use it in GitHub Desktop.
Save un1crom/af99ab27c4479479c8cc55f5529cd24e 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>javascript</codeType>*/
function count(number) {
for(var i = 0; i <= number; i++) {
console.log(i);
}
}
count(100);
/*<output/>*/
{
"console": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment