Bernard Aybouts - Blog - MiltonMarketing.com

Introduction to JavaScript – Variables: Review

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

Introduction to JavaScript - Variables: Review Great work! 8-) This lesson covered a lot of foundational skills that you will often use in your future programming endeavours. Let's review what we learned: Introduction to JavaScript - Variables: Review   Variables hold reusable data in a program. JavaScript will throw an error if you try[ ► ]

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[ ► ]

Go to Top