fork download
  1. var Hashtag = "", Count = 0;
  2. while (Count != 7) {
  3. Count = Count + 1;
  4. Hashtag = Hashtag + "#";
  5. console.log(Hashtag);
  6. }
  7. // your code goes here
Runtime error #stdin #stdout #stderr 0.01s 30384KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:5:2 ReferenceError: console is not defined