ES-6 JavaScript to do list web application
Materialize CSS gives the app google-like look and feel, and EcmaScript defines the functionality - adding and removing the tasks. EcmaScript 6 was the second major revision to JavaScript and it enabled us to use things like arrow functions, let
and const
, and solved a lot of problem points with variable scope issues.
Comments (0)