Skip to content

Commit af31b0a

Browse files
committed
Update hpw
1 parent f17652f commit af31b0a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Exercises/3-by-reference.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use strict';
22

3-
const inc = (obj) => null;
3+
const inc = (obj) => {
4+
console.log(obj);
5+
};
46

57
module.exports = { inc };

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"eslint": "^9.10.0",
13-
"hpw": "^0.2.0"
13+
"hpw": "^0.2.4"
1414
}
1515
}

0 commit comments

Comments
 (0)