109

How many of you with meπŸ˜‚πŸ˜‚

Comments
  • 2
    πŸ™Œ
  • 6
    Naaah. My way is

    Here1
    Here2
    Here3
    Final
    After final
    Job done
  • 1
    Hahah1
    Hahah2
    Omg
    Dhdhhd
  • 1
    Is there even a proper debugger for JS?
  • 1
    Used a debugger once..I felt so dirty I went back to print statements.
    Bonus being I can turn some of those print statements into log entries.
  • 1
    here
    here 2
    here again
    here3
    stop
    error
  • 3
    Debugger saves you a lot of time. You can in one pass debug both the execution error and algo error.
  • 3
    Open your favorite web browsers dev tools, navigate to source tab, put breakpoints there, refresh page. Boom! You are debugging your jabbascript. Another way is, you can write debugger; in your actual source code to start debugging when code execution reaches that stament. No external tools or libraries or configuration needed.
  • 2
    @hack omg... Thank you so much!
  • 0
    All the damn time 🀣
  • 1
    My console logs get more vulgar as I struggle.
  • 1
    I don't even remove them in production.
  • 2
    @TheDormouse yeah it's starts with "here", "okay" and ends with "shit", "fuck you"
  • 0
    Using console.log(1), console.log(2), and so on will literally save you seconds of your life.
  • 1
    Foo
    Bar
    BarBar
    Bar2
    Bar3
    Foo2
Add Comment