tessel/project

ECMAScript Version?

crumdev opened this issue · 2 comments

What version of ECMAScript does Tessel boards support? Can I use the newer features of javascript like const, let, classes etc?

Tessel runs vanilla LTS Node on a Linux SoC (https://tessel.gitbooks.io/t2-docs/content/API/Supported_Languages.html). Short answer is: yes, I believe so! Here are some examples using const https://tessel.gitbooks.io/t2-docs/content/Tutorials/Communication_Protocols.html

Thanks @Frijol