123k views
3 votes
JAVASCRIPT Write a function named createkv that does not have any parameters. Your function should return a new object/dictionary containing the following key-values pairs: "tin": 5, "cone": -2, and "ball": -1.

1 Answer

2 votes

Answer:

Use python

Step-by-step explanation:

User Haysclark
by
8.4k points