Answers for "how to display javascript console in html website"

20

how to print to console javascript

console.log("string")
Posted by: Guest on February-13-2020
2

html console text

<script>
  console.log('%c text', 'background:---; color:---; font-size:---;');
</script>
Posted by: Guest on June-19-2020

Code answers related to "how to display javascript console in html website"

Code answers related to "Javascript"

Browse Popular Code Answers by Language