Created
December 16, 2021 02:50
-
-
Save mshumer/5b841ac4110d0f725a4e40d03957c6fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*(<seed> //write a nodejs javascript function to count to a number between 34 and 98 and say Hello World. | |
</seed>) | |
<stop>});</stop> | |
<codeType>python</codeType>*/ | |
// | |
//var count = 34; | |
//while(count <= 98) { | |
// console.log(count); | |
// count++; | |
//} | |
//console.log("Hello World!"); | |
/*------------------------------------------------------------------------------------------------------------------*/ | |
/*<output>{ | |
"console": {} | |
} | |
</output>*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment