Answers for "html console text"

18

how to print to console javascript

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

how to use js console log

console.log('string');
Posted by: Guest on February-21-2020
2

html console text

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

Browse Popular Code Answers by Language