Open matthewdking opened 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
There are also arrow functions, these should be removed as well.
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