Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 326 Bytes

todo.md

File metadata and controls

13 lines (13 loc) · 326 Bytes
  • ; are getting missed
  • multi line console are not getting handled correctly
    console.log(
      "hello"
    );
  • only removing console log not whole line because it produces this kind of bugs where important code gets removed
      console.log("helo"); const example=23
  • writing tests
  • readme update