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 648ae28 commit d76a207Copy full SHA for d76a207
Sprint-2/implement/lookup.js
@@ -1,5 +1,5 @@
1
-function createLookup() {
2
- // implementation here
+function createLookup(countryCurrencyPairs) {
+ return Object.fromEntries(countryCurrencyPairs);
3
}
4
5
module.exports = createLookup;
0 commit comments