Art & Logic interview question

Asked to solve program an encoding algorithm. Function takes a four characters long string, goes through several manipulations, conversions and encoding algorithm. Returns a decimal value.

Interview Answer

Anonymous

5 May 2020

Wrote a seamless function and tests using JavaScript