DEV Community

Writing your first JavaScript programme

Si on July 10, 2019

By the end of this article, you will have written a JavaScript programme that outputs a sentence based on a number of variables. If you've mad...
Collapse
 
aminnairi profile image
Amin • Edited

Hi there, great introduction into the JavaScript syntax!

Is it intended to use ES6 string template and all, alongside with the old var keyword instead of the new let and const keywords?

Collapse
 
devdrake0 profile image
Si

Hey Amin,

Thanks for your comment. I hadn't realised but the import from CodeTips --> dev.to happened before I edited the article.

I'll have to put a bit of extra time making sure everything is updated on here, but the original article does explain that, in general terms, var should not be used.