Intern — Senior
Function to hide all characters except the last four
livecode
Task condition
Implement a function that takes a string and returns a new string where all characters except the last four are replaced with the '#' symbol.
livecode
Task condition
Implement a function that takes a string and returns a new string where all characters except the last four are replaced with the '#' symbol.