cherche / fuchsia

An attempt at creating an intelligent virtual personal assistant for the web based on Jared Cubilla's Jarvis.
https://cherche.github.io/fuchsia/
MIT License
5 stars 6 forks source link

Update to use ECMAScript 6 #36

Open cherche opened 7 years ago

cherche commented 7 years ago

Use let and const instead of var.

Obviously, use higher-order functions in conjunction with arrow functions.