console.log( 'test', 'number: ' + this.num, `bool: ${this.bool}` ); // if you like colors console.log('%c ' + message, 'color: green; font-weight:bold');
You must be logged in to post a comment.