Answers for "console.log ${ }"

17

js console log with color

console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');
Posted by: Guest on April-09-2020
5

javascript log to console

const varName = 'this variable';

console.log(varName);
Posted by: Guest on February-20-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language