Tomyam

Avatar
  • 活动总数 3
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 1
  • 创建于

    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 ...
    • 2 个关注者
    • 2 条评论
    • 0 票