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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!