Challenge 📝
Resources 📚
Two variables are given key and value. Return these values in JSON notation, but as a string, not an JSON object.
key
value
Examples:
{"name": "JSCodebox"}
#JavaScript Object Notation (JSON)
Easy
unsolved