Xero interview question

Write a function that takes in 2 string. Return true or false if a condition is met.

Interview Answer

Anonymous

4 Aug 2025

I wrote this answer in typescript. I used array functions like "split", "replace", "splice", "slice" and "shift".