15

alert() because console.log and opening developer tools is way too slow 😂😂😂

Comments
  • 1
    not when you have to log array iterations, callbacks, returns and such. try remembering last 10 alerts when in console you have a whole history and you can clearly see what was called when ;)
  • 5
    Alerts are great for freezing the DOM and Event queue. Useful for identifying race conditions.
  • 5
    Developer tools are always open. Always!
Add Comment