/*( //write a nodejs javascript function to count to a number between 34 and 98 and say Hello World.
)
});
python*/
//
//var count = 34;
//while(count <= 98) {
// console.log(count);
// count++;
//}
//console.log("Hello World!");
/*------------------------------------------------------------------------------------------------------------------*/
/**/