DEV Community

Discussion on: Writing your first JavaScript programme

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.