Transform 'var' in 'let'

This commit is contained in:
Étienne Boisseau-Sierra
2018-06-08 20:44:45 -04:00
parent b99fe58185
commit 3a9251d55e
27 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
var helloWorld = function() {
let helloWorld = function() {
return ''
}
module.exports = helloWorld
module.exports = helloWorld