This article discusses the additional specifications introduced by the 2015 version of JavaScript traditionally known as ECMAScript version 6 or ES6. This version of the language is used when working on cross platform applications or frameworks (React, Node) and allows for access to features such as JSX.
moreI spent a whooping 5 hours researching an error that prevented me from completing npm dependent tools. I was getting two recurring errors:
> pub get failed (1; The system cannot find the path specified.)
proceeded by a bunch of these
> The system cannot find the path specified.
more
In this one, I propose a small productivity app that will allow the user create a shared temporary clipboard across several devices.
more