We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ee177 commit b0b51fcCopy full SHA for b0b51fc
tests/project-3.test.js
@@ -33,7 +33,7 @@ describe('Project 3', () => {
33
it('should invoke the method on the object', () => {
34
const object = {
35
x: 0,
36
- incrementX: () => {
+ incrementX() {
37
this.x++;
38
}
39
};
0 commit comments