6

Write code that compiles successfully on first compilation...

Comments
  • 1
    Console.log("hello world");

    Fortunately or unfortunately this is the only code that I can compile successfully for first time.
  • 2
    @kiru15 you are lucky. I either miss the parentheses or mixup double and single quotes and then think deep and wild whether a semi-colon is needed or not
Add Comment