Hi all!
I want to create a function that will recieve a sentence (string) as an argument and return an array of words. Could you tell me please how can I do this? (The part of splitting the sentence to words is already ready but I have a problem with returning an array of words).
I want to create a function that will recieve a sentence (string) as an argument and return an array of words. Could you tell me please how can I do this? (The part of splitting the sentence to words is already ready but I have a problem with returning an array of words).