facn2 / PHS

A website that searches for football players who played in the World Cup 2014
0 stars 0 forks source link

ES6 in frontend script.js #15

Open matthewdking opened 7 years ago

matthewdking commented 7 years ago

template literals are ES6 and don't have full support on all browsers so should only be used in the back end.

https://github.com/facn2/PHS/blob/master/public/script.js#L27 https://github.com/facn2/PHS/blob/master/public/script.js#L34

ZooeyMiller commented 7 years ago

There are also arrow functions, these should be removed as well.