Joined December 2019
·

adetech

Here's my contribution
function colorTextLog(text, color) { return `\x1b[${color}m${text}\x1b[0m`; } // Test logging specific words console.log(`Hi, I'm ${colorTextLog('cyan color', '36')}!`);

Achievements
1 Karma
0 Total ProTip Views