JS - console.log theme for readability

0 votes
156 views
added Jul 11, 2018 in Javascript by LC Marshal Captain (25,790 points)
edited Jul 12, 2018 by LC Marshal
//will have the console line in blue for readability issue
console.log('%cRM200K Loan | ' + y25 + ' years at RM1,193/mth' + ' | dividend= ' + x + '%', 'color: blue'); 
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...