5
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

console.logを目立たせる方法【色をつけよう】

Last updated at Posted at 2019-04-02

console.logを目立たせる方法【色をつけよう】

JavaScriptのconsole.logが多くなってくると、いくつかのログを目立たせたくなる時があると思います。
その時に有効なのが、色をつけるということです。
console.log('%chello', 'color: #f00')

%cを使うことで色をつけることができます。
ぜひ活用して下さい。

終わりに

私は現在、Web3のサービスの開発をしています。詳しくはこちらの記事をご覧下さい。
無料でイーサリアムが当たる、Web3時代の寄付サイトを作った話

5
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?