Skip to content

Commit dcb2cbb

Browse files
committed
corrected an error in interpretation of the return of my function
1 parent b9111f1 commit dcb2cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-2/interpret/invert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = invert;
3232
//it returns a string describing the object.
3333

3434
// b) What is the current return value when invert is called with { a: 1, b: 2 }
35-
//it aso returns the type of the object.
35+
//it returns an object with one key value pair, the key is key and value is 2
3636

3737
// c) What is the target return value when invert is called with {a : 1, b: 2}
3838
//the target return value is {"1": "a", "2": "b"}.

0 commit comments

Comments
 (0)