Skip to content

Zip obj - #2

Open
kunalbohra wants to merge 2 commits into
masterfrom
zipObj
Open

kunalbohra wants to merge 2 commits into
masterfrom
zipObj

Conversation

@kunalbohra

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread questions/zipObj.js
@@ -0,0 +1,3 @@
//write a function that returns a new object out of a list of keys and a list of values

//zipObj(['a', 'b', 'c'], [1, 2, 3]) {a: 1, b: 2, c: 3} No newline at end of file

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the sample output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants