Introduction to JavaScript – Variables: String Interpolation II

By |April 24, 2018|Computer Programming Languages, JavaScript|

Introduction to JavaScript - Variables: String Interpolation II In the newest version of JavaScript (ES6) we can insert variables into strings with ease, by doing two things: 1) Instead of using quotes around the string, use backticks (this key is usually located on the top of your keyboard, left of the 1 key (see [...]

Comments Off on Introduction to JavaScript – Variables: String Interpolation II

Introduction to JavaScript – Variables: String Interpolation

By |April 24, 2018|Computer Programming Languages, JavaScript|

Introduction to JavaScript – Variables: String Interpolation In previous exercises, we assigned strings to variables. Here, you will learn how to insert the content saved to a variable into a string. The JavaScript term for inserting the data saved to [...]

Comments Off on Introduction to JavaScript – Variables: String Interpolation
Go to Top