0
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 1 year has passed since last update.

JavaScriptでクォートをエスケープしないですむ方法を紹介

Last updated at Posted at 2019-08-11

JavaScriptでクォートをエスケープしないですむ方法を紹介

ES6までは、シングルクォートやダブルクォートをエスケープする必要が生じる場合もありました。

しかし。ES6からはバッククォートを使うことでこの問題を解決できます。

例:

`'Hello' "World!"`

この記事が参考になれば幸いです。

終わりに

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

0
1
0

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
0
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?