Function removeLastChar

  • Remove the last character from the string

    import { removeLastChar } from 'helping_hand'
    const removed = removeLastChar(...);

    Parameters

    • val: string

    Returns string