Post History
Japt -m, 5 bytes Takes input in reverse order. Sadly, Japt has no minimum built-in for strings. VcmUc Try it VcmUc :Implicit map of each U in the first input string V :Second inp...
Answer
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-m`](https://codegolf.meta.stackexchange.com/a/14339/), 5 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Takes input in reverse order. Sadly, Japt has no minimum built-in for strings.
- VcmUc
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LW0&code=VmNtVWM&input=IjEyMyIKImFiYyI)
- # [Japt](https://github.com/ETHproductions/japt) [`-m`](https://codegolf.meta.stackexchange.com/a/14339/), 5 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Takes input in reverse order. Sadly, Japt has no minimum built-in for strings.
- VcmUc
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LW0&code=VmNtVWM&input=IjEyMyIKImFiYyI)
- VcmUc :Implicit map of each U in the first input string
- V :Second input
- c :Map charcodes
- m : Minimum with
- Uc : Charcode of U
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt) [`-m`](https://codegolf.meta.stackexchange.com/a/14339/), 5 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) Takes input in reverse order. Sadly, Japt has no minimum built-in for strings. VcmUc [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LW0&code=VmNtVWM&input=IjEyMyIKImFiYyI)