Skip to content

Instantly share code, notes, and snippets.

@un1crom
Created December 19, 2022 19:23
Show Gist options
  • Save un1crom/e5b811a2d0064f7cb12ba71e43e066c5 to your computer and use it in GitHub Desktop.
Save un1crom/e5b811a2d0064f7cb12ba71e43e066c5 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>*/
var count = 0;
for(var i = 34; i <= 98; i++){
console.log(i);
}
/*<output/>*/
{
"console": {},
"count": 0,
"i": 99
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment