Tomyam
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Tomyam commented, -
Tomyam created a post, String concatenation to ES6 template string intentions
I used to be able to convert a string concatenation to ES6 (backtick) templates using an intention For example, from: const str = 'key = ' + val; to: const str = `key = ${val}`; I'm using WebStorm ...