Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

color console

const str = 'text';

console.log ( '%c%s', 'color: green; font: 1.2rem/1 Tahoma;', str );
Comment

color console

console.log("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript stop delay 
Javascript :: get a href value javascript 
Javascript :: discord.js random message 
Javascript :: express api make 
Javascript :: first digit javascript 
Javascript :: get current time in javascript 
Javascript :: double question mark javascript 
Javascript :: style before and after javascript 
Javascript :: string contains in javascript 
Javascript :: onload multiple functions 
Javascript :: javascript console output 
Javascript :: jquery disable keypress 
Javascript :: how to return 5 records instead of 10 records in datatable in laravel 
Javascript :: ajax get with parameters 
Javascript :: js save files 
Javascript :: Javascript console log a int 
Javascript :: how to add button in canvas html5 
Javascript :: how to find length of array js 
Javascript :: disable strict mode angular 
Javascript :: get value of div jquery 
Javascript :: jquery event element is visible 
Javascript :: iterate through list js 
Javascript :: select add option javascript 
Javascript :: string to int js 
Javascript :: jquery key enter events 
Javascript :: jquery remove element 
Javascript :: js div detect change 
Javascript :: javascript how to know the end of the scroll 
Javascript :: jquery addeventlistener 
Javascript :: find string in array javascript 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =