Advertisement
njdennis94

JS String Template Tutorial 3/4

Aug 1st, 2018
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'use strict'
  2. let x = 4;
  3. let message = `The number I choose is  ${x}!` // The number I choose is 4!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement