Question: Javascript decoding: Given a message that you need to decode and a key to decoding the message. You will need to use the key to
Javascript
decoding: Given a message that you need to decode and a key to decoding the message. You will need to use the key to transform each integer in the message, then POST the result.
{ "message": [4, 2, 12, 12, 1], "key": { "1": "o", "2": "e", "12": "l", "4": "h" } } -> "hello"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
