Reactjs – How to add space between the words which is taken from the json in the frontend
i'm trying to add spaces between the words which is coming from the json in the frontend ,but im unable to do that is there any way to do it here is my code . const toSentenceCase = (str: string)…