We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9111f1 commit dcb2cbbCopy full SHA for dcb2cbb
1 file changed
Sprint-2/interpret/invert.js
@@ -32,7 +32,7 @@ module.exports = invert;
32
//it returns a string describing the object.
33
34
// 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.
+//it returns an object with one key value pair, the key is key and value is 2
36
37
// c) What is the target return value when invert is called with {a : 1, b: 2}
38
//the target return value is {"1": "a", "2": "b"}.
0 commit comments