Skip to content

Instantly share code, notes, and snippets.

@384400
Last active January 19, 2016 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 384400/1dab55f84fe8f33d660c to your computer and use it in GitHub Desktop.
Save 384400/1dab55f84fe8f33d660c to your computer and use it in GitHub Desktop.
[JavaScript] Afficher les messages de débogage

Comment afficher les messages de débogage en JavaScript ?

Il existe au moins (!) trois méthodes pour afficher les méthodes de débogage.

  1. alert(out);
  2. document.write(out);
  3. console.log(out);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment